Html Css Color HEX #BC6A1E Christine

📋 copy color: '#BC6A1E'

red 188 ◦ green 106 ◦ blue 30

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

Shades of Christine #BC6A1E

Tints of Christine #BC6A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.26%

R = 58.02%
G = 32.72%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC6A1E (or 0xBC6A1E) is known color: Christine. HEX triplet: BC, 6A and 1E. RGB value is (188,106,30). Sum of RGB (Red+Green+Blue) = 188+106+30=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A1E is #4395E1. Grayscale: #7A7A7A. Windows color (decimal): -4429282 or 1993404. OLE color: 1993404.

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

Color convert

RGB 188 106 30 -
CMYK 0 0.44 0.84 0.26
HSL 28.86º 0.72% 0.43% -
HSV(B) 28.86º 0.84% 0.74% -
XYZ 26.13 21.09 3.92 -
YUV 121.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 188 106 30 0 0.44 0.84 0.26 28.86 0.72 0.43
Hex BC 6A 1E 0 2C 54 1A 1D 48 2B
Octal 274 152 36 0 54 124 32 35 110 53
Binary 10111100 1101010 11110 0 101100 1010100 11010 11101 1001000 101011

Color Harmonies of #BC6A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A1E

Black with #BC6A1E

Text Example


Text Example

White with #BC6A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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