Html Css Color HEX #BE6B20 Christine

📋 copy color: '#BE6B20'

red 190 ◦ green 107 ◦ blue 32

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

Shades of Christine #BE6B20

Tints of Christine #BE6B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 57.75%
G = 32.52%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE6B20 (or 0xBE6B20) is known color: Christine. HEX triplet: BE, 6B and 20. RGB value is (190,107,32). Sum of RGB (Red+Green+Blue) = 190+107+32=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B20 is #4194DF. Grayscale: #7B7B7B. Windows color (decimal): -4297952 or 2124734. OLE color: 2124734.

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

Color convert

RGB 190 107 32 -
CMYK 0 0.44 0.83 0.25
HSL 28.48º 0.71% 0.44% -
HSV(B) 28.48º 0.83% 0.75% -
XYZ 26.75 21.57 4.12 -
YUV 123.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 190 107 32 0 0.44 0.83 0.25 28.48 0.71 0.44
Hex BE 6B 20 0 2C 53 19 1C 47 2C
Octal 276 153 40 0 54 123 31 34 107 54
Binary 10111110 1101011 100000 0 101100 1010011 11001 11100 1000111 101100

Color Harmonies of #BE6B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B20

Black with #BE6B20

Text Example


Text Example

White with #BE6B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B20; }

 p { color: rgb(190,107,32); }

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

background-color css

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

 a { background-color: rgb(190,107,32); }

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

border-color css

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

 span { border-color: rgb(190,107,32); }

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