Html Css Color HEX #BE6532 Christine

📋 copy color: '#BE6532'

red 190 ◦ green 101 ◦ blue 50

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

Shades of Christine #BE6532

Tints of Christine #BE6532

RGB

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

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

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

R = 55.72%
G = 29.62%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE6532 (or 0xBE6532) is known color: Christine. HEX triplet: BE, 65 and 32. RGB value is (190,101,50). Sum of RGB (Red+Green+Blue) = 190+101+50=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6532 is #419ACD. Grayscale: #7A7A7A. Windows color (decimal): -4299470 or 3302846. OLE color: 3302846.

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

Color convert

RGB 190 101 50 -
CMYK 0 0.47 0.74 0.25
HSL 21.86º 0.58% 0.47% -
HSV(B) 21.86º 0.74% 0.75% -
XYZ 26.46 20.48 5.58 -
YUV 121.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 190 101 50 0 0.47 0.74 0.25 21.86 0.58 0.47
Hex BE 65 32 0 2F 4A 19 16 3A 2F
Octal 276 145 62 0 57 112 31 26 72 57
Binary 10111110 1100101 110010 0 101111 1001010 11001 10110 111010 101111

Color Harmonies of #BE6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6532

Black with #BE6532

Text Example


Text Example

White with #BE6532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6532; }

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

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

background-color css

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

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

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

border-color css

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

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

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