Html Css Color HEX #BEA88E Rodeo Dust

📋 copy color: '#BEA88E'

red 190 ◦ green 168 ◦ blue 142

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

Shades of Rodeo Dust #BEA88E

Tints of Rodeo Dust #BEA88E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

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

R = 38%
G = 33.6%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEA88E (or 0xBEA88E) is known color: Rodeo Dust. HEX triplet: BE, A8 and 8E. RGB value is (190,168,142). Sum of RGB (Red+Green+Blue) = 190+168+142=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA88E is #415771. Grayscale: #ABABAB. Windows color (decimal): -4282226 or 9349310. OLE color: 9349310.

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

Color convert

RGB 190 168 142 -
CMYK 0 0.12 0.25 0.25
HSL 32.5º 0.27% 0.65% -
HSV(B) 32.5º 0.25% 0.75% -
XYZ 40.12 40.91 31.37 -
YUV 171.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 190 168 142 0 0.12 0.25 0.25 32.5 0.27 0.65
Hex BE A8 8E 0 C 19 19 20 1B 41
Octal 276 250 216 0 14 31 31 40 33 101
Binary 10111110 10101000 10001110 0 1100 11001 11001 100000 11011 1000001

Color Harmonies of #BEA88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA88E

Black with #BEA88E

Text Example


Text Example

White with #BEA88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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