Html Css Color HEX #B5640C Golden Brown

📋 copy color: '#B5640C'

red 181 ◦ green 100 ◦ blue 12

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

Shades of Golden Brown #B5640C

Tints of Golden Brown #B5640C

RGB

 RED value IS 181 (71.09% from 255) = 61.77%

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

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

R = 61.77%
G = 34.13%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5640C (or 0xB5640C) is known color: Golden Brown. HEX triplet: B5, 64 and 0C. RGB value is (181,100,12). Sum of RGB (Red+Green+Blue) = 181+100+12=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5640C is #4A9BF3. Grayscale: #727272. Windows color (decimal): -4889588 or 812213. OLE color: 812213.

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

Color convert

RGB 181 100 12 -
CMYK 0 0.45 0.93 0.29
HSL 31.24º 0.88% 0.38% -
HSV(B) 31.24º 0.93% 0.71% -
XYZ 23.68 18.96 2.76 -
YUV 114.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 181 100 12 0 0.45 0.93 0.29 31.24 0.88 0.38
Hex B5 64 C 0 2D 5D 1D 1F 58 26
Octal 265 144 14 0 55 135 35 37 130 46
Binary 10110101 1100100 1100 0 101101 1011101 11101 11111 1011000 100110

Color Harmonies of #B5640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5640C

Black with #B5640C

Text Example


Text Example

White with #B5640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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