Html Css Color HEX #BC631D Christine

📋 copy color: '#BC631D'

red 188 ◦ green 99 ◦ blue 29

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

Shades of Christine #BC631D

Tints of Christine #BC631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

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

R = 59.49%
G = 31.33%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC631D (or 0xBC631D) is known color: Christine. HEX triplet: BC, 63 and 1D. RGB value is (188,99,29). Sum of RGB (Red+Green+Blue) = 188+99+29=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC631D is #439CE2. Grayscale: #767676. Windows color (decimal): -4431075 or 1926076. OLE color: 1926076.

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

Color convert

RGB 188 99 29 -
CMYK 0 0.47 0.85 0.26
HSL 26.42º 0.73% 0.43% -
HSV(B) 26.42º 0.85% 0.74% -
XYZ 25.42 19.7 3.63 -
YUV 117.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 188 99 29 0 0.47 0.85 0.26 26.42 0.73 0.43
Hex BC 63 1D 0 2F 55 1A 1A 49 2B
Octal 274 143 35 0 57 125 32 32 111 53
Binary 10111100 1100011 11101 0 101111 1010101 11010 11010 1001001 101011

Color Harmonies of #BC631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC631D

Black with #BC631D

Text Example


Text Example

White with #BC631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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