Html Css Color HEX #BE6C32 Christine

📋 copy color: '#BE6C32'

red 190 ◦ green 108 ◦ blue 50

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

Shades of Christine #BE6C32

Tints of Christine #BE6C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 54.6%
G = 31.03%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE6C32 (or 0xBE6C32) is known color: Christine. HEX triplet: BE, 6C and 32. RGB value is (190,108,50). Sum of RGB (Red+Green+Blue) = 190+108+50=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6C32 is #4193CD. Grayscale: #7E7E7E. Windows color (decimal): -4297678 or 3304638. OLE color: 3304638.

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

Color convert

RGB 190 108 50 -
CMYK 0 0.43 0.74 0.25
HSL 24.86º 0.58% 0.47% -
HSV(B) 24.86º 0.74% 0.75% -
XYZ 27.17 21.9 5.81 -
YUV 125.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 190 108 50 0 0.43 0.74 0.25 24.86 0.58 0.47
Hex BE 6C 32 0 2B 4A 19 19 3A 2F
Octal 276 154 62 0 53 112 31 31 72 57
Binary 10111110 1101100 110010 0 101011 1001010 11001 11001 111010 101111

Color Harmonies of #BE6C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C32

Black with #BE6C32

Text Example


Text Example

White with #BE6C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C32; }

 p { color: rgb(190,108,50); }

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

background-color css

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

 a { background-color: rgb(190,108,50); }

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

border-color css

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

 span { border-color: rgb(190,108,50); }

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