Html Css Color HEX #BC601B Christine

📋 copy color: '#BC601B'

red 188 ◦ green 96 ◦ blue 27

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

Shades of Christine #BC601B

Tints of Christine #BC601B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 60.45%
G = 30.87%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC601B (or 0xBC601B) is known color: Christine. HEX triplet: BC, 60 and 1B. RGB value is (188,96,27). Sum of RGB (Red+Green+Blue) = 188+96+27=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC601B is #439FE4. Grayscale: #747474. Windows color (decimal): -4431845 or 1794236. OLE color: 1794236.

HSL color Cylindrical-coordinate representation of color #BC601B: hue angle of 25.71º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC601B is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 27 -
CMYK 0 0.49 0.86 0.26
HSL 25.71º 0.75% 0.42% -
HSV(B) 25.71º 0.86% 0.74% -
XYZ 25.12 19.14 3.41 -
YUV 115.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 188 96 27 0 0.49 0.86 0.26 25.71 0.75 0.42
Hex BC 60 1B 0 31 56 1A 1A 4B 2A
Octal 274 140 33 0 61 126 32 32 113 52
Binary 10111100 1100000 11011 0 110001 1010110 11010 11010 1001011 101010

Color Harmonies of #BC601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC601B

Black with #BC601B

Text Example


Text Example

White with #BC601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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