Html Css Color HEX #B06716 Golden Brown

📋 copy color: '#B06716'

red 176 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #B06716

Tints of Golden Brown #B06716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 58.47%
G = 34.22%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B06716 (or 0xB06716) is known color: Golden Brown. HEX triplet: B0, 67 and 16. RGB value is (176,103,22). Sum of RGB (Red+Green+Blue) = 176+103+22=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B06716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06716 is #4F98E9. Grayscale: #737373. Windows color (decimal): -5216490 or 1468336. OLE color: 1468336.

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

Color convert

RGB 176 103 22 -
CMYK 0 0.41 0.88 0.31
HSL 31.56º 0.78% 0.39% -
HSV(B) 31.56º 0.88% 0.69% -
XYZ 22.9 18.99 3.22 -
YUV 115.59 75.18 171.09 -
System Red Green Blue C M Y K H S L
Decimal 176 103 22 0 0.41 0.88 0.31 31.56 0.78 0.39
Hex B0 67 16 0 29 58 1F 20 4E 27
Octal 260 147 26 0 51 130 37 40 116 47
Binary 10110000 1100111 10110 0 101001 1011000 11111 100000 1001110 100111

Color Harmonies of #B06716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06716

Black with #B06716

Text Example


Text Example

White with #B06716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06716; }

 p { color: rgb(176,103,22); }

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

background-color css

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

 a { background-color: rgb(176,103,22); }

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

border-color css

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

 span { border-color: rgb(176,103,22); }

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