Html Css Color HEX #B06801 Golden Brown

📋 copy color: '#B06801'

red 176 ◦ green 104 ◦ blue 1

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

Shades of Golden Brown #B06801

Tints of Golden Brown #B06801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 62.63%
G = 37.01%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B06801 (or 0xB06801) is known color: Golden Brown. HEX triplet: B0, 68 and 01. RGB value is (176,104,1). Sum of RGB (Red+Green+Blue) = 176+104+1=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B06801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06801 is #4F97FE. Grayscale: #727272. Windows color (decimal): -5216255 or 92336. OLE color: 92336.

HSL color Cylindrical-coordinate representation of color #B06801: hue angle of 35.31º degrees, saturation: 0.99, 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 #B06801 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 1 -
CMYK 0 0.41 0.99 0.31
HSL 35.31º 0.99% 0.35% -
HSV(B) 35.31º 0.99% 0.69% -
XYZ 22.86 19.13 2.52 -
YUV 113.79 64.35 172.38 -
System Red Green Blue C M Y K H S L
Decimal 176 104 1 0 0.41 0.99 0.31 35.31 0.99 0.35
Hex B0 68 1 0 29 63 1F 23 63 23
Octal 260 150 1 0 51 143 37 43 143 43
Binary 10110000 1101000 1 0 101001 1100011 11111 100011 1100011 100011

Color Harmonies of #B06801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06801

Black with #B06801

Text Example


Text Example

White with #B06801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06801; }

 p { color: rgb(176,104,1); }

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

background-color css

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

 a { background-color: rgb(176,104,1); }

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

border-color css

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

 span { border-color: rgb(176,104,1); }

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