Html Css Color HEX #BC6225 Christine

📋 copy color: '#BC6225'

red 188 ◦ green 98 ◦ blue 37

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

Shades of Christine #BC6225

Tints of Christine #BC6225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.46%

R = 58.2%
G = 30.34%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC6225 (or 0xBC6225) is known color: Christine. HEX triplet: BC, 62 and 25. RGB value is (188,98,37). Sum of RGB (Red+Green+Blue) = 188+98+37=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6225 is #439DDA. Grayscale: #767676. Windows color (decimal): -4431323 or 2450108. OLE color: 2450108.

HSL color Cylindrical-coordinate representation of color #BC6225: hue angle of 24.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC6225 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 98 37 -
CMYK 0 0.48 0.80 0.26
HSL 24.24º 0.67% 0.44% -
HSV(B) 24.24º 0.8% 0.74% -
XYZ 25.44 19.56 4.18 -
YUV 117.96 82.32 177.96 -
System Red Green Blue C M Y K H S L
Decimal 188 98 37 0 0.48 0.80 0.26 24.24 0.67 0.44
Hex BC 62 25 0 30 50 1A 18 43 2C
Octal 274 142 45 0 60 120 32 30 103 54
Binary 10111100 1100010 100101 0 110000 1010000 11010 11000 1000011 101100

Color Harmonies of #BC6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6225

Black with #BC6225

Text Example


Text Example

White with #BC6225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6225; }

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

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

background-color css

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

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

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

border-color css

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

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

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