Html Css Color HEX #B06100 Golden Brown

📋 copy color: '#B06100'

red 176 ◦ green 97 ◦ blue 0

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

Shades of Golden Brown #B06100

Tints of Golden Brown #B06100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.47%
G = 35.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B06100 (or 0xB06100) is known color: Golden Brown. HEX triplet: B0, 61 and 00. RGB value is (176,97,0). Sum of RGB (Red+Green+Blue) = 176+97+0=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B06100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06100 is #4F9EFF. Grayscale: #6E6E6E. Windows color (decimal): -5218048 or 25008. OLE color: 25008.

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

Color convert

RGB 176 97 0 -
CMYK 0 0.45 1 0.31
HSL 33.07º 1% 0.35% -
HSV(B) 33.07º 1% 0.69% -
XYZ 22.18 17.78 2.26 -
YUV 109.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 176 97 0 0 0.45 1 0.31 33.07 1 0.35
Hex B0 61 0 0 2D 64 1F 21 64 23
Octal 260 141 0 0 55 144 37 41 144 43
Binary 10110000 1100001 0 0 101101 1100100 11111 100001 1100100 100011

Color Harmonies of #B06100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06100

Black with #B06100

Text Example


Text Example

White with #B06100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06100; }

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

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

background-color css

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

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

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

border-color css

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

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

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