Html Css Color HEX #BE6223 Christine

📋 copy color: '#BE6223'

red 190 ◦ green 98 ◦ blue 35

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

Shades of Christine #BE6223

Tints of Christine #BE6223

RGB

 RED value IS 190 (74.61% from 255) = 58.82%

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

 BLUE value IS 35 (14.06% from 255) = 10.84%

R = 58.82%
G = 30.34%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE6223 (or 0xBE6223) is known color: Christine. HEX triplet: BE, 62 and 23. RGB value is (190,98,35). Sum of RGB (Red+Green+Blue) = 190+98+35=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6223 is #419DDC. Grayscale: #767676. Windows color (decimal): -4300253 or 2319038. OLE color: 2319038.

HSL color Cylindrical-coordinate representation of color #BE6223: hue angle of 24.39º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE6223 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 98 35 -
CMYK 0 0.48 0.82 0.25
HSL 24.39º 0.69% 0.44% -
HSV(B) 24.39º 0.82% 0.75% -
XYZ 25.91 19.8 4.05 -
YUV 118.33 80.98 179.12 -
System Red Green Blue C M Y K H S L
Decimal 190 98 35 0 0.48 0.82 0.25 24.39 0.69 0.44
Hex BE 62 23 0 30 52 19 18 45 2C
Octal 276 142 43 0 60 122 31 30 105 54
Binary 10111110 1100010 100011 0 110000 1010010 11001 11000 1000101 101100

Color Harmonies of #BE6223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6223

Black with #BE6223

Text Example


Text Example

White with #BE6223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6223; }

 p { color: rgb(190,98,35); }

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

background-color css

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

 a { background-color: rgb(190,98,35); }

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

border-color css

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

 span { border-color: rgb(190,98,35); }

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