Html Css Color HEX #B4640C Golden Brown

📋 copy color: '#B4640C'

red 180 ◦ green 100 ◦ blue 12

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

Shades of Golden Brown #B4640C

Tints of Golden Brown #B4640C

RGB

 RED value IS 180 (70.7% from 255) = 61.64%

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

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

R = 61.64%
G = 34.25%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4640C (or 0xB4640C) is known color: Golden Brown. HEX triplet: B4, 64 and 0C. RGB value is (180,100,12). Sum of RGB (Red+Green+Blue) = 180+100+12=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4640C is #4B9BF3. Grayscale: #727272. Windows color (decimal): -4955124 or 812212. OLE color: 812212.

HSL color Cylindrical-coordinate representation of color #B4640C: hue angle of 31.43º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4640C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 12 -
CMYK 0 0.44 0.93 0.29
HSL 31.43º 0.88% 0.38% -
HSV(B) 31.43º 0.93% 0.71% -
XYZ 23.45 18.84 2.75 -
YUV 113.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 180 100 12 0 0.44 0.93 0.29 31.43 0.88 0.38
Hex B4 64 C 0 2C 5D 1D 1F 58 26
Octal 264 144 14 0 54 135 35 37 130 46
Binary 10110100 1100100 1100 0 101100 1011101 11101 11111 1011000 100110

Color Harmonies of #B4640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4640C

Black with #B4640C

Text Example


Text Example

White with #B4640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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