Html Css Color HEX #BEA288 Rodeo Dust

📋 copy color: '#BEA288'

red 190 ◦ green 162 ◦ blue 136

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

Shades of Rodeo Dust #BEA288

Tints of Rodeo Dust #BEA288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.2%

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

R = 38.93%
G = 33.2%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BEA288 (or 0xBEA288) is known color: Rodeo Dust. HEX triplet: BE, A2 and 88. RGB value is (190,162,136). Sum of RGB (Red+Green+Blue) = 190+162+136=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA288 is #415D77. Grayscale: #A7A7A7. Windows color (decimal): -4283768 or 8954558. OLE color: 8954558.

HSL color Cylindrical-coordinate representation of color #BEA288: hue angle of 28.89º 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 #BEA288 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 162 136 -
CMYK 0 0.15 0.28 0.25
HSL 28.89º 0.29% 0.64% -
HSV(B) 28.89º 0.28% 0.75% -
XYZ 38.6 38.57 28.7 -
YUV 167.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 190 162 136 0 0.15 0.28 0.25 28.89 0.29 0.64
Hex BE A2 88 0 F 1C 19 1D 1D 40
Octal 276 242 210 0 17 34 31 35 35 100
Binary 10111110 10100010 10001000 0 1111 11100 11001 11101 11101 1000000

Color Harmonies of #BEA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA288

Black with #BEA288

Text Example


Text Example

White with #BEA288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA288; }

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

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

background-color css

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

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

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

border-color css

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

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

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