Html Css Color HEX #BE641D Christine

📋 copy color: '#BE641D'

red 190 ◦ green 100 ◦ blue 29

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

Shades of Christine #BE641D

Tints of Christine #BE641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 59.56%
G = 31.35%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE641D (or 0xBE641D) is known color: Christine. HEX triplet: BE, 64 and 1D. RGB value is (190,100,29). Sum of RGB (Red+Green+Blue) = 190+100+29=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE641D is #419BE2. Grayscale: #777777. Windows color (decimal): -4299747 or 1926334. OLE color: 1926334.

HSL color Cylindrical-coordinate representation of color #BE641D: hue angle of 26.46º 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 #BE641D is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 100 29 -
CMYK 0 0.47 0.85 0.25
HSL 26.46º 0.74% 0.43% -
HSV(B) 26.46º 0.85% 0.75% -
XYZ 26.01 20.15 3.68 -
YUV 118.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 190 100 29 0 0.47 0.85 0.25 26.46 0.74 0.43
Hex BE 64 1D 0 2F 55 19 1A 4A 2B
Octal 276 144 35 0 57 125 31 32 112 53
Binary 10111110 1100100 11101 0 101111 1010101 11001 11010 1001010 101011

Color Harmonies of #BE641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE641D

Black with #BE641D

Text Example


Text Example

White with #BE641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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