Html Css Color HEX #B3640C Golden Brown

📋 copy color: '#B3640C'

red 179 ◦ green 100 ◦ blue 12

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

Shades of Golden Brown #B3640C

Tints of Golden Brown #B3640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 61.51%
G = 34.36%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3640C (or 0xB3640C) is known color: Golden Brown. HEX triplet: B3, 64 and 0C. RGB value is (179,100,12). Sum of RGB (Red+Green+Blue) = 179+100+12=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3640C is #4C9BF3. Grayscale: #727272. Windows color (decimal): -5020660 or 812211. OLE color: 812211.

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

Color convert

RGB 179 100 12 -
CMYK 0 0.44 0.93 0.30
HSL 31.62º 0.87% 0.37% -
HSV(B) 31.62º 0.93% 0.7% -
XYZ 23.21 18.72 2.74 -
YUV 113.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 179 100 12 0 0.44 0.93 0.30 31.62 0.87 0.37
Hex B3 64 C 0 2C 5D 1E 20 57 25
Octal 263 144 14 0 54 135 36 40 127 45
Binary 10110011 1100100 1100 0 101100 1011101 11110 100000 1010111 100101

Color Harmonies of #B3640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3640C

Black with #B3640C

Text Example


Text Example

White with #B3640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3640C; }

 p { color: rgb(179,100,12); }

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

background-color css

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

 a { background-color: rgb(179,100,12); }

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

border-color css

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

 span { border-color: rgb(179,100,12); }

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