Html Css Color HEX #BC601D Christine

📋 copy color: '#BC601D'

red 188 ◦ green 96 ◦ blue 29

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

Shades of Christine #BC601D

Tints of Christine #BC601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 60.06%
G = 30.67%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC601D (or 0xBC601D) is known color: Christine. HEX triplet: BC, 60 and 1D. RGB value is (188,96,29). Sum of RGB (Red+Green+Blue) = 188+96+29=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC601D is #439FE2. Grayscale: #747474. Windows color (decimal): -4431843 or 1925308. OLE color: 1925308.

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

Color convert

RGB 188 96 29 -
CMYK 0 0.49 0.85 0.26
HSL 25.28º 0.73% 0.43% -
HSV(B) 25.28º 0.85% 0.74% -
XYZ 25.14 19.15 3.53 -
YUV 115.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 188 96 29 0 0.49 0.85 0.26 25.28 0.73 0.43
Hex BC 60 1D 0 31 55 1A 19 49 2B
Octal 274 140 35 0 61 125 32 31 111 53
Binary 10111100 1100000 11101 0 110001 1010101 11010 11001 1001001 101011

Color Harmonies of #BC601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC601D

Black with #BC601D

Text Example


Text Example

White with #BC601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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