Html Css Color HEX #B27539 Reno Sand

📋 copy color: '#B27539'

red 178 ◦ green 117 ◦ blue 57

#B27539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reno Sand #B27539

Tints of Reno Sand #B27539

RGB

 RED value IS 178 (69.92% from 255) = 50.57%

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 57 (22.66% from 255) = 16.19%

R = 50.57%
G = 33.24%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B27539 (or 0xB27539) is known color: Reno Sand. HEX triplet: B2, 75 and 39. RGB value is (178,117,57). Sum of RGB (Red+Green+Blue) = 178+117+57=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B27539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27539 is #4D8AC6. Grayscale: #808080. Windows color (decimal): -5081799 or 3765682. OLE color: 3765682.

HSL color Cylindrical-coordinate representation of color #B27539: hue angle of 29.75º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B27539 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 117 57 -
CMYK 0 0.34 0.68 0.30
HSL 29.75º 0.51% 0.46% -
HSV(B) 29.75º 0.68% 0.7% -
XYZ 25.46 22.48 6.87 -
YUV 128.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 178 117 57 0 0.34 0.68 0.30 29.75 0.51 0.46
Hex B2 75 39 0 22 44 1E 1E 33 2E
Octal 262 165 71 0 42 104 36 36 63 56
Binary 10110010 1110101 111001 0 100010 1000100 11110 11110 110011 101110

Color Harmonies of #B27539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27539

Black with #B27539

Text Example


Text Example

White with #B27539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27539; }

 p { color: rgb(178,117,57); }

 H1.HeaderClassName
 {
   color: #B27539;
 }
 .AnyTagClassName
 {
   color: #B27539;
 }
</style>

background-color css

<style>
 a { background-color: #B27539; }

 a { background-color: rgb(178,117,57); }

 div.DivClassName
 {
   background-color: #B27539;
 }
 .BgClassName
 {
   background-color: #B27539;
 }
</style>

border-color css

<style>
 span { border-color: #B27539; }

 span { border-color: rgb(178,117,57); }

 td.TdClassName
 {
   border-color: #B27539;
 }
 .TagClassName
 {
   border-color: #B27539;
 }
</style>