Html Css Color HEX #BE611C Christine

📋 copy color: '#BE611C'

red 190 ◦ green 97 ◦ blue 28

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

Shades of Christine #BE611C

Tints of Christine #BE611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 60.32%
G = 30.79%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE611C (or 0xBE611C) is known color: Christine. HEX triplet: BE, 61 and 1C. RGB value is (190,97,28). Sum of RGB (Red+Green+Blue) = 190+97+28=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE611C is #419EE3. Grayscale: #757575. Windows color (decimal): -4300516 or 1860030. OLE color: 1860030.

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

Color convert

RGB 190 97 28 -
CMYK 0 0.49 0.85 0.25
HSL 25.56º 0.74% 0.43% -
HSV(B) 25.56º 0.85% 0.75% -
XYZ 25.72 19.58 3.52 -
YUV 116.94 77.81 180.11 -
System Red Green Blue C M Y K H S L
Decimal 190 97 28 0 0.49 0.85 0.25 25.56 0.74 0.43
Hex BE 61 1C 0 31 55 19 1A 4A 2B
Octal 276 141 34 0 61 125 31 32 112 53
Binary 10111110 1100001 11100 0 110001 1010101 11001 11010 1001010 101011

Color Harmonies of #BE611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE611C

Black with #BE611C

Text Example


Text Example

White with #BE611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE611C; }

 p { color: rgb(190,97,28); }

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

background-color css

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

 a { background-color: rgb(190,97,28); }

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

border-color css

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

 span { border-color: rgb(190,97,28); }

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