Html Css Color HEX #BE661F Christine

📋 copy color: '#BE661F'

red 190 ◦ green 102 ◦ blue 31

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

Shades of Christine #BE661F

Tints of Christine #BE661F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.58%

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

R = 58.82%
G = 31.58%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE661F (or 0xBE661F) is known color: Christine. HEX triplet: BE, 66 and 1F. RGB value is (190,102,31). Sum of RGB (Red+Green+Blue) = 190+102+31=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE661F is #4199E0. Grayscale: #787878. Windows color (decimal): -4299233 or 2057918. OLE color: 2057918.

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

Color convert

RGB 190 102 31 -
CMYK 0 0.46 0.84 0.25
HSL 26.79º 0.72% 0.43% -
HSV(B) 26.79º 0.84% 0.75% -
XYZ 26.23 20.55 3.88 -
YUV 120.22 77.65 177.77 -
System Red Green Blue C M Y K H S L
Decimal 190 102 31 0 0.46 0.84 0.25 26.79 0.72 0.43
Hex BE 66 1F 0 2E 54 19 1B 48 2B
Octal 276 146 37 0 56 124 31 33 110 53
Binary 10111110 1100110 11111 0 101110 1010100 11001 11011 1001000 101011

Color Harmonies of #BE661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE661F

Black with #BE661F

Text Example


Text Example

White with #BE661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE661F; }

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

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

background-color css

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

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

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

border-color css

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

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

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