Html Css Color HEX #BEA38B Rodeo Dust

📋 copy color: '#BEA38B'

red 190 ◦ green 163 ◦ blue 139

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

Shades of Rodeo Dust #BEA38B

Tints of Rodeo Dust #BEA38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 38.62%
G = 33.13%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEA38B (or 0xBEA38B) is known color: Rodeo Dust. HEX triplet: BE, A3 and 8B. RGB value is (190,163,139). Sum of RGB (Red+Green+Blue) = 190+163+139=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA38B is #415C74. Grayscale: #A8A8A8. Windows color (decimal): -4283509 or 9151422. OLE color: 9151422.

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

Color convert

RGB 190 163 139 -
CMYK 0 0.14 0.27 0.25
HSL 28.24º 0.28% 0.65% -
HSV(B) 28.24º 0.27% 0.75% -
XYZ 38.99 39.01 29.9 -
YUV 168.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 190 163 139 0 0.14 0.27 0.25 28.24 0.28 0.65
Hex BE A3 8B 0 E 1B 19 1C 1C 41
Octal 276 243 213 0 16 33 31 34 34 101
Binary 10111110 10100011 10001011 0 1110 11011 11001 11100 11100 1000001

Color Harmonies of #BEA38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA38B

Black with #BEA38B

Text Example


Text Example

White with #BEA38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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