Html Css Color HEX #B06817 Golden Brown

📋 copy color: '#B06817'

red 176 ◦ green 104 ◦ blue 23

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

Shades of Golden Brown #B06817

Tints of Golden Brown #B06817

RGB

 RED value IS 176 (69.14% from 255) = 58.09%

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 23 (9.38% from 255) = 7.59%

R = 58.09%
G = 34.32%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B06817 (or 0xB06817) is known color: Golden Brown. HEX triplet: B0, 68 and 17. RGB value is (176,104,23). Sum of RGB (Red+Green+Blue) = 176+104+23=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B06817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06817 is #4F97E8. Grayscale: #747474. Windows color (decimal): -5216233 or 1534128. OLE color: 1534128.

HSL color Cylindrical-coordinate representation of color #B06817: hue angle of 31.76º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B06817 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 23 -
CMYK 0 0.41 0.87 0.31
HSL 31.76º 0.77% 0.39% -
HSV(B) 31.76º 0.87% 0.69% -
XYZ 23.01 19.19 3.3 -
YUV 116.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 176 104 23 0 0.41 0.87 0.31 31.76 0.77 0.39
Hex B0 68 17 0 29 57 1F 20 4D 27
Octal 260 150 27 0 51 127 37 40 115 47
Binary 10110000 1101000 10111 0 101001 1010111 11111 100000 1001101 100111

Color Harmonies of #B06817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06817

Black with #B06817

Text Example


Text Example

White with #B06817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06817; }

 p { color: rgb(176,104,23); }

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

background-color css

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

 a { background-color: rgb(176,104,23); }

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

border-color css

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

 span { border-color: rgb(176,104,23); }

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