Html Css Color HEX #B06117 Golden Brown

📋 copy color: '#B06117'

red 176 ◦ green 97 ◦ blue 23

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

Shades of Golden Brown #B06117

Tints of Golden Brown #B06117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.77%

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

R = 59.46%
G = 32.77%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B06117 (or 0xB06117) is known color: Golden Brown. HEX triplet: B0, 61 and 17. RGB value is (176,97,23). Sum of RGB (Red+Green+Blue) = 176+97+23=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B06117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06117 is #4F9EE8. Grayscale: #707070. Windows color (decimal): -5218025 or 1532336. OLE color: 1532336.

HSL color Cylindrical-coordinate representation of color #B06117: hue angle of 29.02º 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 #B06117 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 97 23 -
CMYK 0 0.45 0.87 0.31
HSL 29.02º 0.77% 0.39% -
HSV(B) 29.02º 0.87% 0.69% -
XYZ 22.33 17.84 3.08 -
YUV 112.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 176 97 23 0 0.45 0.87 0.31 29.02 0.77 0.39
Hex B0 61 17 0 2D 57 1F 1D 4D 27
Octal 260 141 27 0 55 127 37 35 115 47
Binary 10110000 1100001 10111 0 101101 1010111 11111 11101 1001101 100111

Color Harmonies of #B06117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06117

Black with #B06117

Text Example


Text Example

White with #B06117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06117; }

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

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

background-color css

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

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

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

border-color css

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

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

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