Html Css Color HEX #BC672C Christine

📋 copy color: '#BC672C'

red 188 ◦ green 103 ◦ blue 44

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

Shades of Christine #BC672C

Tints of Christine #BC672C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.13%

R = 56.12%
G = 30.75%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC672C (or 0xBC672C) is known color: Christine. HEX triplet: BC, 67 and 2C. RGB value is (188,103,44). Sum of RGB (Red+Green+Blue) = 188+103+44=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC672C is #4398D3. Grayscale: #7A7A7A. Windows color (decimal): -4430036 or 2910140. OLE color: 2910140.

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

Color convert

RGB 188 103 44 -
CMYK 0 0.45 0.77 0.26
HSL 24.58º 0.62% 0.45% -
HSV(B) 24.58º 0.77% 0.74% -
XYZ 26.04 20.57 4.98 -
YUV 121.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 188 103 44 0 0.45 0.77 0.26 24.58 0.62 0.45
Hex BC 67 2C 0 2D 4D 1A 19 3E 2D
Octal 274 147 54 0 55 115 32 31 76 55
Binary 10111100 1100111 101100 0 101101 1001101 11010 11001 111110 101101

Color Harmonies of #BC672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC672C

Black with #BC672C

Text Example


Text Example

White with #BC672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC672C; }

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

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

background-color css

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

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

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

border-color css

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

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

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