Html Css Color HEX #BEA28E Rodeo Dust

📋 copy color: '#BEA28E'

red 190 ◦ green 162 ◦ blue 142

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

Shades of Rodeo Dust #BEA28E

Tints of Rodeo Dust #BEA28E

RGB

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

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

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

R = 38.46%
G = 32.79%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEA28E (or 0xBEA28E) is known color: Rodeo Dust. HEX triplet: BE, A2 and 8E. RGB value is (190,162,142). Sum of RGB (Red+Green+Blue) = 190+162+142=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA28E is #415D71. Grayscale: #A8A8A8. Windows color (decimal): -4283762 or 9347774. OLE color: 9347774.

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

Color convert

RGB 190 162 142 -
CMYK 0 0.15 0.25 0.25
HSL 25º 0.27% 0.65% -
HSV(B) 25º 0.25% 0.75% -
XYZ 39.04 38.74 31.01 -
YUV 168.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 190 162 142 0 0.15 0.25 0.25 25 0.27 0.65
Hex BE A2 8E 0 F 19 19 19 1B 41
Octal 276 242 216 0 17 31 31 31 33 101
Binary 10111110 10100010 10001110 0 1111 11001 11001 11001 11011 1000001

Color Harmonies of #BEA28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA28E

Black with #BEA28E

Text Example


Text Example

White with #BEA28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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