Html Css Color HEX #BC601F Christine

📋 copy color: '#BC601F'

red 188 ◦ green 96 ◦ blue 31

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

Shades of Christine #BC601F

Tints of Christine #BC601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

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

R = 59.68%
G = 30.48%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC601F (or 0xBC601F) is known color: Christine. HEX triplet: BC, 60 and 1F. RGB value is (188,96,31). Sum of RGB (Red+Green+Blue) = 188+96+31=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC601F is #439FE0. Grayscale: #747474. Windows color (decimal): -4431841 or 2056380. OLE color: 2056380.

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

Color convert

RGB 188 96 31 -
CMYK 0 0.49 0.84 0.26
HSL 24.84º 0.72% 0.43% -
HSV(B) 24.84º 0.84% 0.74% -
XYZ 25.17 19.16 3.67 -
YUV 116.1 79.98 179.29 -
System Red Green Blue C M Y K H S L
Decimal 188 96 31 0 0.49 0.84 0.26 24.84 0.72 0.43
Hex BC 60 1F 0 31 54 1A 19 48 2B
Octal 274 140 37 0 61 124 32 31 110 53
Binary 10111100 1100000 11111 0 110001 1010100 11010 11001 1001000 101011

Color Harmonies of #BC601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC601F

Black with #BC601F

Text Example


Text Example

White with #BC601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC601F; }

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

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

background-color css

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

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

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

border-color css

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

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

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