Html Css Color HEX #B06712 Golden Brown

📋 copy color: '#B06712'

red 176 ◦ green 103 ◦ blue 18

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

Shades of Golden Brown #B06712

Tints of Golden Brown #B06712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 59.26%
G = 34.68%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B06712 (or 0xB06712) is known color: Golden Brown. HEX triplet: B0, 67 and 12. RGB value is (176,103,18). Sum of RGB (Red+Green+Blue) = 176+103+18=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B06712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06712 is #4F98ED. Grayscale: #737373. Windows color (decimal): -5216494 or 1206192. OLE color: 1206192.

HSL color Cylindrical-coordinate representation of color #B06712: hue angle of 32.28º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B06712 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 18 -
CMYK 0 0.41 0.90 0.31
HSL 32.28º 0.81% 0.38% -
HSV(B) 32.28º 0.9% 0.69% -
XYZ 22.86 18.97 3.03 -
YUV 115.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 176 103 18 0 0.41 0.90 0.31 32.28 0.81 0.38
Hex B0 67 12 0 29 5A 1F 20 51 26
Octal 260 147 22 0 51 132 37 40 121 46
Binary 10110000 1100111 10010 0 101001 1011010 11111 100000 1010001 100110

Color Harmonies of #B06712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06712

Black with #B06712

Text Example


Text Example

White with #B06712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06712; }

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

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

background-color css

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

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

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

border-color css

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

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

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