Html Css Color HEX #B27039 Reno Sand

📋 copy color: '#B27039'

red 178 ◦ green 112 ◦ blue 57

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

Shades of Reno Sand #B27039

Tints of Reno Sand #B27039

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

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

R = 51.3%
G = 32.28%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B27039 (or 0xB27039) is known color: Reno Sand. HEX triplet: B2, 70 and 39. RGB value is (178,112,57). Sum of RGB (Red+Green+Blue) = 178+112+57=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B27039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27039 is #4D8FC6. Grayscale: #7D7D7D. Windows color (decimal): -5083079 or 3764402. OLE color: 3764402.

HSL color Cylindrical-coordinate representation of color #B27039: hue angle of 27.27º 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 #B27039 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 57 -
CMYK 0 0.37 0.68 0.30
HSL 27.27º 0.51% 0.46% -
HSV(B) 27.27º 0.68% 0.7% -
XYZ 24.89 21.35 6.68 -
YUV 125.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 178 112 57 0 0.37 0.68 0.30 27.27 0.51 0.46
Hex B2 70 39 0 25 44 1E 1B 33 2E
Octal 262 160 71 0 45 104 36 33 63 56
Binary 10110010 1110000 111001 0 100101 1000100 11110 11011 110011 101110

Color Harmonies of #B27039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27039

Black with #B27039

Text Example


Text Example

White with #B27039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27039; }

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

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

background-color css

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

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

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

border-color css

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

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

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