Html Css Color HEX #BEA48F Rodeo Dust

📋 copy color: '#BEA48F'

red 190 ◦ green 164 ◦ blue 143

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

Shades of Rodeo Dust #BEA48F

Tints of Rodeo Dust #BEA48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.77%

R = 38.23%
G = 33%
B = 28.77%

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

#BEA48F (or 0xBEA48F) is known color: Rodeo Dust. HEX triplet: BE, A4 and 8F. RGB value is (190,164,143). Sum of RGB (Red+Green+Blue) = 190+164+143=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA48F is #415B70. Grayscale: #A9A9A9. Windows color (decimal): -4283249 or 9413822. OLE color: 9413822.

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

Color convert

RGB 190 164 143 -
CMYK 0 0.14 0.25 0.25
HSL 26.81º 0.27% 0.65% -
HSV(B) 26.81º 0.25% 0.75% -
XYZ 39.47 39.48 31.53 -
YUV 169.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 190 164 143 0 0.14 0.25 0.25 26.81 0.27 0.65
Hex BE A4 8F 0 E 19 19 1B 1B 41
Octal 276 244 217 0 16 31 31 33 33 101
Binary 10111110 10100100 10001111 0 1110 11001 11001 11011 11011 1000001

Color Harmonies of #BEA48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA48F

Black with #BEA48F

Text Example


Text Example

White with #BEA48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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