Html Css Color HEX #BC672B Christine

📋 copy color: '#BC672B'

red 188 ◦ green 103 ◦ blue 43

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

Shades of Christine #BC672B

Tints of Christine #BC672B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 56.29%
G = 30.84%
B = 12.87%

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

#BC672B (or 0xBC672B) is known color: Christine. HEX triplet: BC, 67 and 2B. RGB value is (188,103,43). Sum of RGB (Red+Green+Blue) = 188+103+43=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC672B is #4398D4. Grayscale: #797979. Windows color (decimal): -4430037 or 2844604. OLE color: 2844604.

HSL color Cylindrical-coordinate representation of color #BC672B: hue angle of 24.83º degrees, saturation: 0.63, 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 #BC672B is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 43 -
CMYK 0 0.45 0.77 0.26
HSL 24.83º 0.63% 0.45% -
HSV(B) 24.83º 0.77% 0.74% -
XYZ 26.03 20.57 4.88 -
YUV 121.58 83.66 175.38 -
System Red Green Blue C M Y K H S L
Decimal 188 103 43 0 0.45 0.77 0.26 24.83 0.63 0.45
Hex BC 67 2B 0 2D 4D 1A 19 3F 2D
Octal 274 147 53 0 55 115 32 31 77 55
Binary 10111100 1100111 101011 0 101101 1001101 11010 11001 111111 101101

Color Harmonies of #BC672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC672B

Black with #BC672B

Text Example


Text Example

White with #BC672B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC672B; }

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

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

background-color css

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

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

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

border-color css

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

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

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