Html Css Color HEX #BEA592 Rodeo Dust

📋 copy color: '#BEA592'

red 190 ◦ green 165 ◦ blue 146

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

Shades of Rodeo Dust #BEA592

Tints of Rodeo Dust #BEA592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

 BLUE value IS 146 (57.42% from 255) = 29.14%

R = 37.92%
G = 32.93%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEA592 (or 0xBEA592) is known color: Rodeo Dust. HEX triplet: BE, A5 and 92. RGB value is (190,165,146). Sum of RGB (Red+Green+Blue) = 190+165+146=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA592 is #415A6D. Grayscale: #AAAAAA. Windows color (decimal): -4282990 or 9610686. OLE color: 9610686.

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

Color convert

RGB 190 165 146 -
CMYK 0 0.13 0.23 0.25
HSL 25.91º 0.25% 0.66% -
HSV(B) 25.91º 0.23% 0.75% -
XYZ 39.88 39.93 32.8 -
YUV 170.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 190 165 146 0 0.13 0.23 0.25 25.91 0.25 0.66
Hex BE A5 92 0 D 17 19 1A 19 42
Octal 276 245 222 0 15 27 31 32 31 102
Binary 10111110 10100101 10010010 0 1101 10111 11001 11010 11001 1000010

Color Harmonies of #BEA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA592

Black with #BEA592

Text Example


Text Example

White with #BEA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA592; }

 p { color: rgb(190,165,146); }

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

background-color css

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

 a { background-color: rgb(190,165,146); }

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

border-color css

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

 span { border-color: rgb(190,165,146); }

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