Html Css Color HEX #B06409 Golden Brown

📋 copy color: '#B06409'

red 176 ◦ green 100 ◦ blue 9

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

Shades of Golden Brown #B06409

Tints of Golden Brown #B06409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 9 (3.91% from 255) = 3.16%

R = 61.75%
G = 35.09%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B06409 (or 0xB06409) is known color: Golden Brown. HEX triplet: B0, 64 and 09. RGB value is (176,100,9). Sum of RGB (Red+Green+Blue) = 176+100+9=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B06409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06409 is #4F9BF6. Grayscale: #707070. Windows color (decimal): -5217271 or 615600. OLE color: 615600.

HSL color Cylindrical-coordinate representation of color #B06409: hue angle of 32.69º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B06409 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 9 -
CMYK 0 0.43 0.95 0.31
HSL 32.69º 0.9% 0.36% -
HSV(B) 32.69º 0.95% 0.69% -
XYZ 22.51 18.36 2.62 -
YUV 112.35 69.68 173.4 -
System Red Green Blue C M Y K H S L
Decimal 176 100 9 0 0.43 0.95 0.31 32.69 0.9 0.36
Hex B0 64 9 0 2B 5F 1F 21 5A 24
Octal 260 144 11 0 53 137 37 41 132 44
Binary 10110000 1100100 1001 0 101011 1011111 11111 100001 1011010 100100

Color Harmonies of #B06409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06409

Black with #B06409

Text Example


Text Example

White with #B06409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06409; }

 p { color: rgb(176,100,9); }

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

background-color css

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

 a { background-color: rgb(176,100,9); }

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

border-color css

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

 span { border-color: rgb(176,100,9); }

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