Html Css Color HEX #BEA28D Rodeo Dust

📋 copy color: '#BEA28D'

red 190 ◦ green 162 ◦ blue 141

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

Shades of Rodeo Dust #BEA28D

Tints of Rodeo Dust #BEA28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 38.54%
G = 32.86%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEA28D (or 0xBEA28D) is known color: Rodeo Dust. HEX triplet: BE, A2 and 8D. RGB value is (190,162,141). Sum of RGB (Red+Green+Blue) = 190+162+141=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA28D is #415D72. Grayscale: #A8A8A8. Windows color (decimal): -4283763 or 9282238. OLE color: 9282238.

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

Color convert

RGB 190 162 141 -
CMYK 0 0.15 0.26 0.25
HSL 25.71º 0.27% 0.65% -
HSV(B) 25.71º 0.26% 0.75% -
XYZ 38.96 38.71 30.62 -
YUV 167.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 190 162 141 0 0.15 0.26 0.25 25.71 0.27 0.65
Hex BE A2 8D 0 F 1A 19 1A 1B 41
Octal 276 242 215 0 17 32 31 32 33 101
Binary 10111110 10100010 10001101 0 1111 11010 11001 11010 11011 1000001

Color Harmonies of #BEA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA28D

Black with #BEA28D

Text Example


Text Example

White with #BEA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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