Html Css Color HEX #BEA48E Rodeo Dust

📋 copy color: '#BEA48E'

red 190 ◦ green 164 ◦ blue 142

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

Shades of Rodeo Dust #BEA48E

Tints of Rodeo Dust #BEA48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 38.31%
G = 33.06%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEA48E (or 0xBEA48E) is known color: Rodeo Dust. HEX triplet: BE, A4 and 8E. RGB value is (190,164,142). Sum of RGB (Red+Green+Blue) = 190+164+142=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA48E is #415B71. Grayscale: #A9A9A9. Windows color (decimal): -4283250 or 9348286. OLE color: 9348286.

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

Color convert

RGB 190 164 142 -
CMYK 0 0.14 0.25 0.25
HSL 27.5º 0.27% 0.65% -
HSV(B) 27.5º 0.25% 0.75% -
XYZ 39.39 39.45 31.13 -
YUV 169.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 190 164 142 0 0.14 0.25 0.25 27.5 0.27 0.65
Hex BE A4 8E 0 E 19 19 1C 1B 41
Octal 276 244 216 0 16 31 31 34 33 101
Binary 10111110 10100100 10001110 0 1110 11001 11001 11100 11011 1000001

Color Harmonies of #BEA48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA48E

Black with #BEA48E

Text Example


Text Example

White with #BEA48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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