Html Css Color HEX #BC6A20 Christine

📋 copy color: '#BC6A20'

red 188 ◦ green 106 ◦ blue 32

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

Shades of Christine #BC6A20

Tints of Christine #BC6A20

RGB

 RED value IS 188 (73.83% from 255) = 57.67%

 GREEN value IS 106 (41.8% from 255) = 32.52%

 BLUE value IS 32 (12.89% from 255) = 9.82%

R = 57.67%
G = 32.52%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC6A20 (or 0xBC6A20) is known color: Christine. HEX triplet: BC, 6A and 20. RGB value is (188,106,32). Sum of RGB (Red+Green+Blue) = 188+106+32=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A20 is #4395DF. Grayscale: #7A7A7A. Windows color (decimal): -4429280 or 2124476. OLE color: 2124476.

HSL color Cylindrical-coordinate representation of color #BC6A20: hue angle of 28.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC6A20 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 106 32 -
CMYK 0 0.44 0.83 0.26
HSL 28.46º 0.71% 0.43% -
HSV(B) 28.46º 0.83% 0.74% -
XYZ 26.15 21.1 4.06 -
YUV 122.08 77.17 175.02 -
System Red Green Blue C M Y K H S L
Decimal 188 106 32 0 0.44 0.83 0.26 28.46 0.71 0.43
Hex BC 6A 20 0 2C 53 1A 1C 47 2B
Octal 274 152 40 0 54 123 32 34 107 53
Binary 10111100 1101010 100000 0 101100 1010011 11010 11100 1000111 101011

Color Harmonies of #BC6A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A20

Black with #BC6A20

Text Example


Text Example

White with #BC6A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A20; }

 p { color: rgb(188,106,32); }

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

background-color css

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

 a { background-color: rgb(188,106,32); }

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

border-color css

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

 span { border-color: rgb(188,106,32); }

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