Html Css Color HEX #B36800 Golden Brown

📋 copy color: '#B36800'

red 179 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #B36800

Tints of Golden Brown #B36800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.25%
G = 36.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B36800 (or 0xB36800) is known color: Golden Brown. HEX triplet: B3, 68 and 00. RGB value is (179,104,0). Sum of RGB (Red+Green+Blue) = 179+104+0=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B36800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36800 is #4C97FF. Grayscale: #737373. Windows color (decimal): -5019648 or 26803. OLE color: 26803.

HSL color Cylindrical-coordinate representation of color #B36800: hue angle of 34.86º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B36800 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 0 -
CMYK 0 0.42 1 0.30
HSL 34.86º 1% 0.35% -
HSV(B) 34.86º 1% 0.7% -
XYZ 23.54 19.48 2.52 -
YUV 114.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 179 104 0 0 0.42 1 0.30 34.86 1 0.35
Hex B3 68 0 0 2A 64 1E 23 64 23
Octal 263 150 0 0 52 144 36 43 144 43
Binary 10110011 1101000 0 0 101010 1100100 11110 100011 1100100 100011

Color Harmonies of #B36800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36800

Black with #B36800

Text Example


Text Example

White with #B36800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36800; }

 p { color: rgb(179,104,0); }

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

background-color css

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

 a { background-color: rgb(179,104,0); }

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

border-color css

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

 span { border-color: rgb(179,104,0); }

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