Html Css Color HEX #BC672D Christine

📋 copy color: '#BC672D'

red 188 ◦ green 103 ◦ blue 45

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

Shades of Christine #BC672D

Tints of Christine #BC672D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 55.95%
G = 30.65%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC672D (or 0xBC672D) is known color: Christine. HEX triplet: BC, 67 and 2D. RGB value is (188,103,45). Sum of RGB (Red+Green+Blue) = 188+103+45=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC672D is #4398D2. Grayscale: #7A7A7A. Windows color (decimal): -4430035 or 2975676. OLE color: 2975676.

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

Color convert

RGB 188 103 45 -
CMYK 0 0.45 0.76 0.26
HSL 24.34º 0.61% 0.46% -
HSV(B) 24.34º 0.76% 0.74% -
XYZ 26.06 20.58 5.08 -
YUV 121.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 188 103 45 0 0.45 0.76 0.26 24.34 0.61 0.46
Hex BC 67 2D 0 2D 4C 1A 18 3D 2E
Octal 274 147 55 0 55 114 32 30 75 56
Binary 10111100 1100111 101101 0 101101 1001100 11010 11000 111101 101110

Color Harmonies of #BC672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC672D

Black with #BC672D

Text Example


Text Example

White with #BC672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC672D; }

 p { color: rgb(188,103,45); }

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

background-color css

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

 a { background-color: rgb(188,103,45); }

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

border-color css

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

 span { border-color: rgb(188,103,45); }

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