Html Css Color HEX #BEA180 Rodeo Dust

📋 copy color: '#BEA180'

red 190 ◦ green 161 ◦ blue 128

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

Shades of Rodeo Dust #BEA180

Tints of Rodeo Dust #BEA180

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 39.67%
G = 33.61%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEA180 (or 0xBEA180) is known color: Rodeo Dust. HEX triplet: BE, A1 and 80. RGB value is (190,161,128). Sum of RGB (Red+Green+Blue) = 190+161+128=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA180 is #415E7F. Grayscale: #A6A6A6. Windows color (decimal): -4284032 or 8430014. OLE color: 8430014.

HSL color Cylindrical-coordinate representation of color #BEA180: hue angle of 31.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA180 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 161 128 -
CMYK 0 0.15 0.33 0.25
HSL 31.94º 0.32% 0.62% -
HSV(B) 31.94º 0.33% 0.75% -
XYZ 37.88 38 25.76 -
YUV 165.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 190 161 128 0 0.15 0.33 0.25 31.94 0.32 0.62
Hex BE A1 80 0 F 21 19 20 20 3E
Octal 276 241 200 0 17 41 31 40 40 76
Binary 10111110 10100001 10000000 0 1111 100001 11001 100000 100000 111110

Color Harmonies of #BEA180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA180

Black with #BEA180

Text Example


Text Example

White with #BEA180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA180; }

 p { color: rgb(190,161,128); }

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

background-color css

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

 a { background-color: rgb(190,161,128); }

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

border-color css

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

 span { border-color: rgb(190,161,128); }

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