Html Css Color HEX #B06C10 Golden Brown

📋 copy color: '#B06C10'

red 176 ◦ green 108 ◦ blue 16

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

Shades of Golden Brown #B06C10

Tints of Golden Brown #B06C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

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

R = 58.67%
G = 36%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B06C10 (or 0xB06C10) is known color: Golden Brown. HEX triplet: B0, 6C and 10. RGB value is (176,108,16). Sum of RGB (Red+Green+Blue) = 176+108+16=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C10 is #4F93EF. Grayscale: #767676. Windows color (decimal): -5215216 or 1076400. OLE color: 1076400.

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

Color convert

RGB 176 108 16 -
CMYK 0 0.39 0.91 0.31
HSL 34.5º 0.83% 0.38% -
HSV(B) 34.5º 0.91% 0.69% -
XYZ 23.36 19.99 3.12 -
YUV 117.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 176 108 16 0 0.39 0.91 0.31 34.5 0.83 0.38
Hex B0 6C 10 0 27 5B 1F 22 53 26
Octal 260 154 20 0 47 133 37 42 123 46
Binary 10110000 1101100 10000 0 100111 1011011 11111 100010 1010011 100110

Color Harmonies of #B06C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C10

Black with #B06C10

Text Example


Text Example

White with #B06C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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