Html Css Color HEX #BEA488 Rodeo Dust

📋 copy color: '#BEA488'

red 190 ◦ green 164 ◦ blue 136

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

Shades of Rodeo Dust #BEA488

Tints of Rodeo Dust #BEA488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 38.78%
G = 33.47%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BEA488 (or 0xBEA488) is known color: Rodeo Dust. HEX triplet: BE, A4 and 88. RGB value is (190,164,136). Sum of RGB (Red+Green+Blue) = 190+164+136=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA488 is #415B77. Grayscale: #A8A8A8. Windows color (decimal): -4283256 or 8955070. OLE color: 8955070.

HSL color Cylindrical-coordinate representation of color #BEA488: hue angle of 31.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA488 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 164 136 -
CMYK 0 0.14 0.28 0.25
HSL 31.11º 0.29% 0.64% -
HSV(B) 31.11º 0.28% 0.75% -
XYZ 38.95 39.28 28.82 -
YUV 168.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 190 164 136 0 0.14 0.28 0.25 31.11 0.29 0.64
Hex BE A4 88 0 E 1C 19 1F 1D 40
Octal 276 244 210 0 16 34 31 37 35 100
Binary 10111110 10100100 10001000 0 1110 11100 11001 11111 11101 1000000

Color Harmonies of #BEA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA488

Black with #BEA488

Text Example


Text Example

White with #BEA488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA488; }

 p { color: rgb(190,164,136); }

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

background-color css

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

 a { background-color: rgb(190,164,136); }

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

border-color css

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

 span { border-color: rgb(190,164,136); }

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