Html Css Color HEX #BE641B Christine

📋 copy color: '#BE641B'

red 190 ◦ green 100 ◦ blue 27

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

Shades of Christine #BE641B

Tints of Christine #BE641B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 59.94%
G = 31.55%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE641B (or 0xBE641B) is known color: Christine. HEX triplet: BE, 64 and 1B. RGB value is (190,100,27). Sum of RGB (Red+Green+Blue) = 190+100+27=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE641B is #419BE4. Grayscale: #767676. Windows color (decimal): -4299749 or 1795262. OLE color: 1795262.

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

Color convert

RGB 190 100 27 -
CMYK 0 0.47 0.86 0.25
HSL 26.87º 0.75% 0.43% -
HSV(B) 26.87º 0.86% 0.75% -
XYZ 25.99 20.14 3.55 -
YUV 118.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 190 100 27 0 0.47 0.86 0.25 26.87 0.75 0.43
Hex BE 64 1B 0 2F 56 19 1B 4B 2B
Octal 276 144 33 0 57 126 31 33 113 53
Binary 10111110 1100100 11011 0 101111 1010110 11001 11011 1001011 101011

Color Harmonies of #BE641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE641B

Black with #BE641B

Text Example


Text Example

White with #BE641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE641B; }

 p { color: rgb(190,100,27); }

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

background-color css

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

 a { background-color: rgb(190,100,27); }

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

border-color css

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

 span { border-color: rgb(190,100,27); }

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