Html Css Color HEX #B06619 Golden Brown

📋 copy color: '#B06619'

red 176 ◦ green 102 ◦ blue 25

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

Shades of Golden Brown #B06619

Tints of Golden Brown #B06619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

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

R = 58.09%
G = 33.66%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B06619 (or 0xB06619) is known color: Golden Brown. HEX triplet: B0, 66 and 19. RGB value is (176,102,25). Sum of RGB (Red+Green+Blue) = 176+102+25=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B06619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06619 is #4F99E6. Grayscale: #737373. Windows color (decimal): -5216743 or 1664688. OLE color: 1664688.

HSL color Cylindrical-coordinate representation of color #B06619: hue angle of 30.6º 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 #B06619 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 25 -
CMYK 0 0.42 0.86 0.31
HSL 30.6º 0.75% 0.39% -
HSV(B) 30.6º 0.86% 0.69% -
XYZ 22.83 18.8 3.35 -
YUV 115.35 77.02 171.26 -
System Red Green Blue C M Y K H S L
Decimal 176 102 25 0 0.42 0.86 0.31 30.6 0.75 0.39
Hex B0 66 19 0 2A 56 1F 1F 4B 27
Octal 260 146 31 0 52 126 37 37 113 47
Binary 10110000 1100110 11001 0 101010 1010110 11111 11111 1001011 100111

Color Harmonies of #B06619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06619

Black with #B06619

Text Example


Text Example

White with #B06619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06619; }

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

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

background-color css

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

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

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

border-color css

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

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

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