Html Css Color HEX #B56927 Reno Sand

📋 copy color: '#B56927'

red 181 ◦ green 105 ◦ blue 39

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

Shades of Reno Sand #B56927

Tints of Reno Sand #B56927

RGB

 RED value IS 181 (71.09% from 255) = 55.69%

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 39 (15.63% from 255) = 12%

R = 55.69%
G = 32.31%
B = 12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B56927 (or 0xB56927) is known color: Reno Sand. HEX triplet: B5, 69 and 27. RGB value is (181,105,39). Sum of RGB (Red+Green+Blue) = 181+105+39=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B56927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56927 is #4A96D8. Grayscale: #787878. Windows color (decimal): -4888281 or 2582965. OLE color: 2582965.

HSL color Cylindrical-coordinate representation of color #B56927: hue angle of 27.89º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B56927 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 39 -
CMYK 0 0.42 0.78 0.29
HSL 27.89º 0.65% 0.43% -
HSV(B) 27.89º 0.78% 0.71% -
XYZ 24.47 20.07 4.5 -
YUV 120.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 181 105 39 0 0.42 0.78 0.29 27.89 0.65 0.43
Hex B5 69 27 0 2A 4E 1D 1C 41 2B
Octal 265 151 47 0 52 116 35 34 101 53
Binary 10110101 1101001 100111 0 101010 1001110 11101 11100 1000001 101011

Color Harmonies of #B56927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56927

Black with #B56927

Text Example


Text Example

White with #B56927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56927; }

 p { color: rgb(181,105,39); }

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

background-color css

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

 a { background-color: rgb(181,105,39); }

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

border-color css

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

 span { border-color: rgb(181,105,39); }

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