Html Css Color HEX #B56C2F Reno Sand

📋 copy color: '#B56C2F'

red 181 ◦ green 108 ◦ blue 47

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

Shades of Reno Sand #B56C2F

Tints of Reno Sand #B56C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 53.87%
G = 32.14%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B56C2F (or 0xB56C2F) is known color: Reno Sand. HEX triplet: B5, 6C and 2F. RGB value is (181,108,47). Sum of RGB (Red+Green+Blue) = 181+108+47=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C2F is #4A93D0. Grayscale: #7B7B7B. Windows color (decimal): -4887505 or 3108021. OLE color: 3108021.

HSL color Cylindrical-coordinate representation of color #B56C2F: hue angle of 27.31º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B56C2F is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 108 47 -
CMYK 0 0.40 0.74 0.29
HSL 27.31º 0.59% 0.45% -
HSV(B) 27.31º 0.74% 0.71% -
XYZ 24.93 20.75 5.38 -
YUV 122.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 181 108 47 0 0.40 0.74 0.29 27.31 0.59 0.45
Hex B5 6C 2F 0 28 4A 1D 1B 3B 2D
Octal 265 154 57 0 50 112 35 33 73 55
Binary 10110101 1101100 101111 0 101000 1001010 11101 11011 111011 101101

Color Harmonies of #B56C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C2F

Black with #B56C2F

Text Example


Text Example

White with #B56C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C2F; }

 p { color: rgb(181,108,47); }

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

background-color css

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

 a { background-color: rgb(181,108,47); }

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

border-color css

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

 span { border-color: rgb(181,108,47); }

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