Html Css Color HEX #BC651D Christine

📋 copy color: '#BC651D'

red 188 ◦ green 101 ◦ blue 29

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

Shades of Christine #BC651D

Tints of Christine #BC651D

RGB

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

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

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

R = 59.12%
G = 31.76%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC651D (or 0xBC651D) is known color: Christine. HEX triplet: BC, 65 and 1D. RGB value is (188,101,29). Sum of RGB (Red+Green+Blue) = 188+101+29=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC651D is #439AE2. Grayscale: #777777. Windows color (decimal): -4430563 or 1926588. OLE color: 1926588.

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

Color convert

RGB 188 101 29 -
CMYK 0 0.46 0.85 0.26
HSL 27.17º 0.73% 0.43% -
HSV(B) 27.17º 0.85% 0.74% -
XYZ 25.61 20.09 3.69 -
YUV 118.81 77.32 177.35 -
System Red Green Blue C M Y K H S L
Decimal 188 101 29 0 0.46 0.85 0.26 27.17 0.73 0.43
Hex BC 65 1D 0 2E 55 1A 1B 49 2B
Octal 274 145 35 0 56 125 32 33 111 53
Binary 10111100 1100101 11101 0 101110 1010101 11010 11011 1001001 101011

Color Harmonies of #BC651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC651D

Black with #BC651D

Text Example


Text Example

White with #BC651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC651D; }

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

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

background-color css

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

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

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

border-color css

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

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

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