Html Css Color HEX #B06519 Golden Brown

📋 copy color: '#B06519'

red 176 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #B06519

Tints of Golden Brown #B06519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 25 (10.16% from 255) = 8.28%

R = 58.28%
G = 33.44%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B06519 (or 0xB06519) is known color: Golden Brown. HEX triplet: B0, 65 and 19. RGB value is (176,101,25). Sum of RGB (Red+Green+Blue) = 176+101+25=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B06519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06519 is #4F9AE6. Grayscale: #737373. Windows color (decimal): -5216999 or 1664432. OLE color: 1664432.

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

Color convert

RGB 176 101 25 -
CMYK 0 0.43 0.86 0.31
HSL 30.2º 0.75% 0.39% -
HSV(B) 30.2º 0.86% 0.69% -
XYZ 22.73 18.61 3.31 -
YUV 114.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 176 101 25 0 0.43 0.86 0.31 30.2 0.75 0.39
Hex B0 65 19 0 2B 56 1F 1E 4B 27
Octal 260 145 31 0 53 126 37 36 113 47
Binary 10110000 1100101 11001 0 101011 1010110 11111 11110 1001011 100111

Color Harmonies of #B06519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06519

Black with #B06519

Text Example


Text Example

White with #B06519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06519; }

 p { color: rgb(176,101,25); }

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

background-color css

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

 a { background-color: rgb(176,101,25); }

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

border-color css

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

 span { border-color: rgb(176,101,25); }

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