Html Css Color HEX #B06102 Golden Brown

📋 copy color: '#B06102'

red 176 ◦ green 97 ◦ blue 2

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

Shades of Golden Brown #B06102

Tints of Golden Brown #B06102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 64%
G = 35.27%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B06102 (or 0xB06102) is known color: Golden Brown. HEX triplet: B0, 61 and 02. RGB value is (176,97,2). Sum of RGB (Red+Green+Blue) = 176+97+2=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B06102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06102 is #4F9EFD. Grayscale: #6E6E6E. Windows color (decimal): -5218046 or 156080. OLE color: 156080.

HSL color Cylindrical-coordinate representation of color #B06102: hue angle of 32.76º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B06102 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 97 2 -
CMYK 0 0.45 0.99 0.31
HSL 32.76º 0.98% 0.35% -
HSV(B) 32.76º 0.99% 0.69% -
XYZ 22.19 17.78 2.32 -
YUV 109.79 67.17 175.22 -
System Red Green Blue C M Y K H S L
Decimal 176 97 2 0 0.45 0.99 0.31 32.76 0.98 0.35
Hex B0 61 2 0 2D 63 1F 21 62 23
Octal 260 141 2 0 55 143 37 41 142 43
Binary 10110000 1100001 10 0 101101 1100011 11111 100001 1100010 100011

Color Harmonies of #B06102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06102

Black with #B06102

Text Example


Text Example

White with #B06102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06102; }

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

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

background-color css

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

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

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

border-color css

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

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

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