Html Css Color HEX #B06413 Golden Brown

📋 copy color: '#B06413'

red 176 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #B06413

Tints of Golden Brown #B06413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 59.66%
G = 33.9%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B06413 (or 0xB06413) is known color: Golden Brown. HEX triplet: B0, 64 and 13. RGB value is (176,100,19). Sum of RGB (Red+Green+Blue) = 176+100+19=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B06413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06413 is #4F9BEC. Grayscale: #717171. Windows color (decimal): -5217261 or 1270960. OLE color: 1270960.

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

Color convert

RGB 176 100 19 -
CMYK 0 0.43 0.89 0.31
HSL 30.96º 0.81% 0.38% -
HSV(B) 30.96º 0.89% 0.69% -
XYZ 22.58 18.39 2.98 -
YUV 113.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 176 100 19 0 0.43 0.89 0.31 30.96 0.81 0.38
Hex B0 64 13 0 2B 59 1F 1F 51 26
Octal 260 144 23 0 53 131 37 37 121 46
Binary 10110000 1100100 10011 0 101011 1011001 11111 11111 1010001 100110

Color Harmonies of #B06413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06413

Black with #B06413

Text Example


Text Example

White with #B06413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06413; }

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

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

background-color css

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

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

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

border-color css

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

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

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