Html Css Color HEX #BEA38E Rodeo Dust

📋 copy color: '#BEA38E'

red 190 ◦ green 163 ◦ blue 142

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

Shades of Rodeo Dust #BEA38E

Tints of Rodeo Dust #BEA38E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.93%

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

R = 38.38%
G = 32.93%
B = 28.69%

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

#BEA38E (or 0xBEA38E) is known color: Rodeo Dust. HEX triplet: BE, A3 and 8E. RGB value is (190,163,142). Sum of RGB (Red+Green+Blue) = 190+163+142=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA38E is #415C71. Grayscale: #A8A8A8. Windows color (decimal): -4283506 or 9348030. OLE color: 9348030.

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

Color convert

RGB 190 163 142 -
CMYK 0 0.14 0.25 0.25
HSL 26.25º 0.27% 0.65% -
HSV(B) 26.25º 0.25% 0.75% -
XYZ 39.21 39.09 31.07 -
YUV 168.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 190 163 142 0 0.14 0.25 0.25 26.25 0.27 0.65
Hex BE A3 8E 0 E 19 19 1A 1B 41
Octal 276 243 216 0 16 31 31 32 33 101
Binary 10111110 10100011 10001110 0 1110 11001 11001 11010 11011 1000001

Color Harmonies of #BEA38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA38E

Black with #BEA38E

Text Example


Text Example

White with #BEA38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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