Html Css Color HEX #B36612 Golden Brown

📋 copy color: '#B36612'

red 179 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #B36612

Tints of Golden Brown #B36612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 59.87%
G = 34.11%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B36612 (or 0xB36612) is known color: Golden Brown. HEX triplet: B3, 66 and 12. RGB value is (179,102,18). Sum of RGB (Red+Green+Blue) = 179+102+18=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B36612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36612 is #4C99ED. Grayscale: #737373. Windows color (decimal): -5020142 or 1205939. OLE color: 1205939.

HSL color Cylindrical-coordinate representation of color #B36612: hue angle of 31.3º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B36612 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 18 -
CMYK 0 0.43 0.90 0.30
HSL 31.3º 0.82% 0.39% -
HSV(B) 31.3º 0.9% 0.7% -
XYZ 23.45 19.13 3.03 -
YUV 115.45 73.01 173.33 -
System Red Green Blue C M Y K H S L
Decimal 179 102 18 0 0.43 0.90 0.30 31.3 0.82 0.39
Hex B3 66 12 0 2B 5A 1E 1F 52 27
Octal 263 146 22 0 53 132 36 37 122 47
Binary 10110011 1100110 10010 0 101011 1011010 11110 11111 1010010 100111

Color Harmonies of #B36612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36612

Black with #B36612

Text Example


Text Example

White with #B36612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36612; }

 p { color: rgb(179,102,18); }

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

background-color css

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

 a { background-color: rgb(179,102,18); }

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

border-color css

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

 span { border-color: rgb(179,102,18); }

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