Html Css Color HEX #B06518 Golden Brown

📋 copy color: '#B06518'

red 176 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #B06518

Tints of Golden Brown #B06518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.97%

R = 58.47%
G = 33.55%
B = 7.97%

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

#B06518 (or 0xB06518) is known color: Golden Brown. HEX triplet: B0, 65 and 18. RGB value is (176,101,24). Sum of RGB (Red+Green+Blue) = 176+101+24=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B06518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06518 is #4F9AE7. Grayscale: #737373. Windows color (decimal): -5217000 or 1598896. OLE color: 1598896.

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

Color convert

RGB 176 101 24 -
CMYK 0 0.43 0.86 0.31
HSL 30.39º 0.76% 0.39% -
HSV(B) 30.39º 0.86% 0.69% -
XYZ 22.72 18.6 3.26 -
YUV 114.65 76.85 171.76 -
System Red Green Blue C M Y K H S L
Decimal 176 101 24 0 0.43 0.86 0.31 30.39 0.76 0.39
Hex B0 65 18 0 2B 56 1F 1E 4C 27
Octal 260 145 30 0 53 126 37 36 114 47
Binary 10110000 1100101 11000 0 101011 1010110 11111 11110 1001100 100111

Color Harmonies of #B06518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06518

Black with #B06518

Text Example


Text Example

White with #B06518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06518; }

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

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

background-color css

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

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

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

border-color css

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

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

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