Html Css Color HEX #BC652A Christine

📋 copy color: '#BC652A'

red 188 ◦ green 101 ◦ blue 42

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

Shades of Christine #BC652A

Tints of Christine #BC652A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 56.8%
G = 30.51%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC652A (or 0xBC652A) is known color: Christine. HEX triplet: BC, 65 and 2A. RGB value is (188,101,42). Sum of RGB (Red+Green+Blue) = 188+101+42=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC652A is #439AD5. Grayscale: #787878. Windows color (decimal): -4430550 or 2778556. OLE color: 2778556.

HSL color Cylindrical-coordinate representation of color #BC652A: hue angle of 24.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC652A is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 42 -
CMYK 0 0.46 0.78 0.26
HSL 24.25º 0.63% 0.45% -
HSV(B) 24.25º 0.78% 0.74% -
XYZ 25.81 20.17 4.72 -
YUV 120.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 188 101 42 0 0.46 0.78 0.26 24.25 0.63 0.45
Hex BC 65 2A 0 2E 4E 1A 18 3F 2D
Octal 274 145 52 0 56 116 32 30 77 55
Binary 10111100 1100101 101010 0 101110 1001110 11010 11000 111111 101101

Color Harmonies of #BC652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC652A

Black with #BC652A

Text Example


Text Example

White with #BC652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC652A; }

 p { color: rgb(188,101,42); }

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

background-color css

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

 a { background-color: rgb(188,101,42); }

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

border-color css

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

 span { border-color: rgb(188,101,42); }

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