Html Css Color HEX #B2640C Golden Brown

📋 copy color: '#B2640C'

red 178 ◦ green 100 ◦ blue 12

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

Shades of Golden Brown #B2640C

Tints of Golden Brown #B2640C

RGB

 RED value IS 178 (69.92% from 255) = 61.38%

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

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

R = 61.38%
G = 34.48%
B = 4.14%

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

#B2640C (or 0xB2640C) is known color: Golden Brown. HEX triplet: B2, 64 and 0C. RGB value is (178,100,12). Sum of RGB (Red+Green+Blue) = 178+100+12=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2640C is #4D9BF3. Grayscale: #717171. Windows color (decimal): -5086196 or 812210. OLE color: 812210.

HSL color Cylindrical-coordinate representation of color #B2640C: hue angle of 31.81º 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 #B2640C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 12 -
CMYK 0 0.44 0.93 0.30
HSL 31.81º 0.87% 0.37% -
HSV(B) 31.81º 0.93% 0.7% -
XYZ 22.98 18.61 2.73 -
YUV 113.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 178 100 12 0 0.44 0.93 0.30 31.81 0.87 0.37
Hex B2 64 C 0 2C 5D 1E 20 57 25
Octal 262 144 14 0 54 135 36 40 127 45
Binary 10110010 1100100 1100 0 101100 1011101 11110 100000 1010111 100101

Color Harmonies of #B2640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2640C

Black with #B2640C

Text Example


Text Example

White with #B2640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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