Html Css Color HEX #BC622F Christine

📋 copy color: '#BC622F'

red 188 ◦ green 98 ◦ blue 47

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

Shades of Christine #BC622F

Tints of Christine #BC622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 47 (18.75% from 255) = 14.11%

R = 56.46%
G = 29.43%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC622F (or 0xBC622F) is known color: Christine. HEX triplet: BC, 62 and 2F. RGB value is (188,98,47). Sum of RGB (Red+Green+Blue) = 188+98+47=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC622F is #439DD0. Grayscale: #777777. Windows color (decimal): -4431313 or 3105468. OLE color: 3105468.

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

Color convert

RGB 188 98 47 -
CMYK 0 0.48 0.75 0.26
HSL 21.7º 0.6% 0.46% -
HSV(B) 21.7º 0.75% 0.74% -
XYZ 25.62 19.63 5.13 -
YUV 119.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 188 98 47 0 0.48 0.75 0.26 21.7 0.6 0.46
Hex BC 62 2F 0 30 4B 1A 16 3C 2E
Octal 274 142 57 0 60 113 32 26 74 56
Binary 10111100 1100010 101111 0 110000 1001011 11010 10110 111100 101110

Color Harmonies of #BC622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC622F

Black with #BC622F

Text Example


Text Example

White with #BC622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC622F; }

 p { color: rgb(188,98,47); }

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

background-color css

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

 a { background-color: rgb(188,98,47); }

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

border-color css

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

 span { border-color: rgb(188,98,47); }

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