Html Css Color HEX #B56908 Golden Brown

📋 copy color: '#B56908'

red 181 ◦ green 105 ◦ blue 8

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

Shades of Golden Brown #B56908

Tints of Golden Brown #B56908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.72%

R = 61.56%
G = 35.71%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B56908 (or 0xB56908) is known color: Golden Brown. HEX triplet: B5, 69 and 08. RGB value is (181,105,8). Sum of RGB (Red+Green+Blue) = 181+105+8=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B56908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56908 is #4A96F7. Grayscale: #757575. Windows color (decimal): -4888312 or 551349. OLE color: 551349.

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

Color convert

RGB 181 105 8 -
CMYK 0 0.42 0.96 0.29
HSL 33.64º 0.92% 0.37% -
HSV(B) 33.64º 0.96% 0.71% -
XYZ 24.15 19.94 2.81 -
YUV 116.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 181 105 8 0 0.42 0.96 0.29 33.64 0.92 0.37
Hex B5 69 8 0 2A 60 1D 22 5C 25
Octal 265 151 10 0 52 140 35 42 134 45
Binary 10110101 1101001 1000 0 101010 1100000 11101 100010 1011100 100101

Color Harmonies of #B56908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56908

Black with #B56908

Text Example


Text Example

White with #B56908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56908; }

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

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

background-color css

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

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

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

border-color css

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

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

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