Html Css Color HEX #BC602B Christine

📋 copy color: '#BC602B'

red 188 ◦ green 96 ◦ blue 43

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

Shades of Christine #BC602B

Tints of Christine #BC602B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

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

R = 57.49%
G = 29.36%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC602B (or 0xBC602B) is known color: Christine. HEX triplet: BC, 60 and 2B. RGB value is (188,96,43). Sum of RGB (Red+Green+Blue) = 188+96+43=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC602B is #439FD4. Grayscale: #757575. Windows color (decimal): -4431829 or 2842812. OLE color: 2842812.

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

Color convert

RGB 188 96 43 -
CMYK 0 0.49 0.77 0.26
HSL 21.93º 0.63% 0.45% -
HSV(B) 21.93º 0.77% 0.74% -
XYZ 25.36 19.23 4.66 -
YUV 117.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 188 96 43 0 0.49 0.77 0.26 21.93 0.63 0.45
Hex BC 60 2B 0 31 4D 1A 16 3F 2D
Octal 274 140 53 0 61 115 32 26 77 55
Binary 10111100 1100000 101011 0 110001 1001101 11010 10110 111111 101101

Color Harmonies of #BC602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC602B

Black with #BC602B

Text Example


Text Example

White with #BC602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC602B; }

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

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

background-color css

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

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

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

border-color css

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

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

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