Html Css Color HEX #BC631E Christine

📋 copy color: '#BC631E'

red 188 ◦ green 99 ◦ blue 30

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

Shades of Christine #BC631E

Tints of Christine #BC631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.23%

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

R = 59.31%
G = 31.23%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC631E (or 0xBC631E) is known color: Christine. HEX triplet: BC, 63 and 1E. RGB value is (188,99,30). Sum of RGB (Red+Green+Blue) = 188+99+30=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC631E is #439CE1. Grayscale: #767676. Windows color (decimal): -4431074 or 1991612. OLE color: 1991612.

HSL color Cylindrical-coordinate representation of color #BC631E: hue angle of 26.2º 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 #BC631E is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 30 -
CMYK 0 0.47 0.84 0.26
HSL 26.2º 0.72% 0.43% -
HSV(B) 26.2º 0.84% 0.74% -
XYZ 25.44 19.71 3.69 -
YUV 117.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 188 99 30 0 0.47 0.84 0.26 26.2 0.72 0.43
Hex BC 63 1E 0 2F 54 1A 1A 48 2B
Octal 274 143 36 0 57 124 32 32 110 53
Binary 10111100 1100011 11110 0 101111 1010100 11010 11010 1001000 101011

Color Harmonies of #BC631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC631E

Black with #BC631E

Text Example


Text Example

White with #BC631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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