Html Css Color HEX #BE6529 Christine

📋 copy color: '#BE6529'

red 190 ◦ green 101 ◦ blue 41

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

Shades of Christine #BE6529

Tints of Christine #BE6529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.35%

R = 57.23%
G = 30.42%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE6529 (or 0xBE6529) is known color: Christine. HEX triplet: BE, 65 and 29. RGB value is (190,101,41). Sum of RGB (Red+Green+Blue) = 190+101+41=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6529 is #419AD6. Grayscale: #797979. Windows color (decimal): -4299479 or 2713022. OLE color: 2713022.

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

Color convert

RGB 190 101 41 -
CMYK 0 0.47 0.78 0.25
HSL 24.16º 0.65% 0.45% -
HSV(B) 24.16º 0.78% 0.75% -
XYZ 26.29 20.41 4.65 -
YUV 120.77 82.99 177.38 -
System Red Green Blue C M Y K H S L
Decimal 190 101 41 0 0.47 0.78 0.25 24.16 0.65 0.45
Hex BE 65 29 0 2F 4E 19 18 41 2D
Octal 276 145 51 0 57 116 31 30 101 55
Binary 10111110 1100101 101001 0 101111 1001110 11001 11000 1000001 101101

Color Harmonies of #BE6529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6529

Black with #BE6529

Text Example


Text Example

White with #BE6529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6529; }

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

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

background-color css

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

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

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

border-color css

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

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

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