Html Css Color HEX #BC631F Christine

📋 copy color: '#BC631F'

red 188 ◦ green 99 ◦ blue 31

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

Shades of Christine #BC631F

Tints of Christine #BC631F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.75%

R = 59.12%
G = 31.13%
B = 9.75%

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

#BC631F (or 0xBC631F) is known color: Christine. HEX triplet: BC, 63 and 1F. RGB value is (188,99,31). Sum of RGB (Red+Green+Blue) = 188+99+31=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC631F is #439CE0. Grayscale: #767676. Windows color (decimal): -4431073 or 2057148. OLE color: 2057148.

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

Color convert

RGB 188 99 31 -
CMYK 0 0.47 0.84 0.26
HSL 25.99º 0.72% 0.43% -
HSV(B) 25.99º 0.84% 0.74% -
XYZ 25.45 19.71 3.76 -
YUV 117.86 78.99 178.03 -
System Red Green Blue C M Y K H S L
Decimal 188 99 31 0 0.47 0.84 0.26 25.99 0.72 0.43
Hex BC 63 1F 0 2F 54 1A 1A 48 2B
Octal 274 143 37 0 57 124 32 32 110 53
Binary 10111100 1100011 11111 0 101111 1010100 11010 11010 1001000 101011

Color Harmonies of #BC631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC631F

Black with #BC631F

Text Example


Text Example

White with #BC631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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