Html Css Color HEX #B36505 Golden Brown

📋 copy color: '#B36505'

red 179 ◦ green 101 ◦ blue 5

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

Shades of Golden Brown #B36505

Tints of Golden Brown #B36505

RGB

 RED value IS 179 (70.31% from 255) = 62.81%

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

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 62.81%
G = 35.44%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B36505 (or 0xB36505) is known color: Golden Brown. HEX triplet: B3, 65 and 05. RGB value is (179,101,5). Sum of RGB (Red+Green+Blue) = 179+101+5=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B36505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36505 is #4C9AFA. Grayscale: #717171. Windows color (decimal): -5020411 or 353715. OLE color: 353715.

HSL color Cylindrical-coordinate representation of color #B36505: hue angle of 33.1º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B36505 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 101 5 -
CMYK 0 0.44 0.97 0.30
HSL 33.1º 0.95% 0.36% -
HSV(B) 33.1º 0.97% 0.7% -
XYZ 23.27 18.9 2.57 -
YUV 113.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 179 101 5 0 0.44 0.97 0.30 33.1 0.95 0.36
Hex B3 65 5 0 2C 61 1E 21 5F 24
Octal 263 145 5 0 54 141 36 41 137 44
Binary 10110011 1100101 101 0 101100 1100001 11110 100001 1011111 100100

Color Harmonies of #B36505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36505

Black with #B36505

Text Example


Text Example

White with #B36505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36505; }

 p { color: rgb(179,101,5); }

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

background-color css

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

 a { background-color: rgb(179,101,5); }

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

border-color css

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

 span { border-color: rgb(179,101,5); }

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