Html Css Color HEX #BE6027 Christine

📋 copy color: '#BE6027'

red 190 ◦ green 96 ◦ blue 39

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

Shades of Christine #BE6027

Tints of Christine #BE6027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12%

R = 58.46%
G = 29.54%
B = 12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE6027 (or 0xBE6027) is known color: Christine. HEX triplet: BE, 60 and 27. RGB value is (190,96,39). Sum of RGB (Red+Green+Blue) = 190+96+39=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6027 is #419FD8. Grayscale: #757575. Windows color (decimal): -4300761 or 2580670. OLE color: 2580670.

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

Color convert

RGB 190 96 39 -
CMYK 0 0.49 0.79 0.25
HSL 22.65º 0.66% 0.45% -
HSV(B) 22.65º 0.79% 0.75% -
XYZ 25.78 19.46 4.32 -
YUV 117.61 83.64 179.63 -
System Red Green Blue C M Y K H S L
Decimal 190 96 39 0 0.49 0.79 0.25 22.65 0.66 0.45
Hex BE 60 27 0 31 4F 19 17 42 2D
Octal 276 140 47 0 61 117 31 27 102 55
Binary 10111110 1100000 100111 0 110001 1001111 11001 10111 1000010 101101

Color Harmonies of #BE6027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6027

Black with #BE6027

Text Example


Text Example

White with #BE6027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6027; }

 p { color: rgb(190,96,39); }

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

background-color css

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

 a { background-color: rgb(190,96,39); }

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

border-color css

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

 span { border-color: rgb(190,96,39); }

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