Html Css Color HEX #BE6329 Christine

📋 copy color: '#BE6329'

red 190 ◦ green 99 ◦ blue 41

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

Shades of Christine #BE6329

Tints of Christine #BE6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 57.58%
G = 30%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE6329 (or 0xBE6329) is known color: Christine. HEX triplet: BE, 63 and 29. RGB value is (190,99,41). Sum of RGB (Red+Green+Blue) = 190+99+41=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6329 is #419CD6. Grayscale: #777777. Windows color (decimal): -4299991 or 2712510. OLE color: 2712510.

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

Color convert

RGB 190 99 41 -
CMYK 0 0.48 0.78 0.25
HSL 23.36º 0.65% 0.45% -
HSV(B) 23.36º 0.78% 0.75% -
XYZ 26.1 20.03 4.59 -
YUV 119.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 190 99 41 0 0.48 0.78 0.25 23.36 0.65 0.45
Hex BE 63 29 0 30 4E 19 17 41 2D
Octal 276 143 51 0 60 116 31 27 101 55
Binary 10111110 1100011 101001 0 110000 1001110 11001 10111 1000001 101101

Color Harmonies of #BE6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6329

Black with #BE6329

Text Example


Text Example

White with #BE6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6329; }

 p { color: rgb(190,99,41); }

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

background-color css

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

 a { background-color: rgb(190,99,41); }

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

border-color css

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

 span { border-color: rgb(190,99,41); }

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