Html Css Color HEX #B06D10 Golden Brown

📋 copy color: '#B06D10'

red 176 ◦ green 109 ◦ blue 16

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

Shades of Golden Brown #B06D10

Tints of Golden Brown #B06D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.21%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 58.47%
G = 36.21%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B06D10 (or 0xB06D10) is known color: Golden Brown. HEX triplet: B0, 6D and 10. RGB value is (176,109,16). Sum of RGB (Red+Green+Blue) = 176+109+16=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06D10 is #4F92EF. Grayscale: #767676. Windows color (decimal): -5214960 or 1076656. OLE color: 1076656.

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

Color convert

RGB 176 109 16 -
CMYK 0 0.38 0.91 0.31
HSL 34.88º 0.83% 0.38% -
HSV(B) 34.88º 0.91% 0.69% -
XYZ 23.47 20.2 3.15 -
YUV 118.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 176 109 16 0 0.38 0.91 0.31 34.88 0.83 0.38
Hex B0 6D 10 0 26 5B 1F 23 53 26
Octal 260 155 20 0 46 133 37 43 123 46
Binary 10110000 1101101 10000 0 100110 1011011 11111 100011 1010011 100110

Color Harmonies of #B06D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D10

Black with #B06D10

Text Example


Text Example

White with #B06D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D10; }

 p { color: rgb(176,109,16); }

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

background-color css

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

 a { background-color: rgb(176,109,16); }

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

border-color css

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

 span { border-color: rgb(176,109,16); }

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