Html Css Color HEX #B27437 Reno Sand

📋 copy color: '#B27437'

red 178 ◦ green 116 ◦ blue 55

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

Shades of Reno Sand #B27437

Tints of Reno Sand #B27437

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 55 (21.88% from 255) = 15.76%

R = 51%
G = 33.24%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B27437 (or 0xB27437) is known color: Reno Sand. HEX triplet: B2, 74 and 37. RGB value is (178,116,55). Sum of RGB (Red+Green+Blue) = 178+116+55=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B27437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27437 is #4D8BC8. Grayscale: #7F7F7F. Windows color (decimal): -5082057 or 3634354. OLE color: 3634354.

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

Color convert

RGB 178 116 55 -
CMYK 0 0.35 0.69 0.30
HSL 29.76º 0.53% 0.46% -
HSV(B) 29.76º 0.69% 0.7% -
XYZ 25.3 22.23 6.57 -
YUV 127.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 178 116 55 0 0.35 0.69 0.30 29.76 0.53 0.46
Hex B2 74 37 0 23 45 1E 1E 35 2E
Octal 262 164 67 0 43 105 36 36 65 56
Binary 10110010 1110100 110111 0 100011 1000101 11110 11110 110101 101110

Color Harmonies of #B27437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27437

Black with #B27437

Text Example


Text Example

White with #B27437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27437; }

 p { color: rgb(178,116,55); }

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

background-color css

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

 a { background-color: rgb(178,116,55); }

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

border-color css

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

 span { border-color: rgb(178,116,55); }

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