Html Css Color HEX #BE651F Christine

📋 copy color: '#BE651F'

red 190 ◦ green 101 ◦ blue 31

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

Shades of Christine #BE651F

Tints of Christine #BE651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 59.01%
G = 31.37%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE651F (or 0xBE651F) is known color: Christine. HEX triplet: BE, 65 and 1F. RGB value is (190,101,31). Sum of RGB (Red+Green+Blue) = 190+101+31=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE651F is #419AE0. Grayscale: #787878. Windows color (decimal): -4299489 or 2057662. OLE color: 2057662.

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

Color convert

RGB 190 101 31 -
CMYK 0 0.47 0.84 0.25
HSL 26.42º 0.72% 0.43% -
HSV(B) 26.42º 0.84% 0.75% -
XYZ 26.14 20.35 3.85 -
YUV 119.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 190 101 31 0 0.47 0.84 0.25 26.42 0.72 0.43
Hex BE 65 1F 0 2F 54 19 1A 48 2B
Octal 276 145 37 0 57 124 31 32 110 53
Binary 10111110 1100101 11111 0 101111 1010100 11001 11010 1001000 101011

Color Harmonies of #BE651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE651F

Black with #BE651F

Text Example


Text Example

White with #BE651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE651F; }

 p { color: rgb(190,101,31); }

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

background-color css

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

 a { background-color: rgb(190,101,31); }

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

border-color css

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

 span { border-color: rgb(190,101,31); }

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