Html Css Color HEX #BEA38C Rodeo Dust

📋 copy color: '#BEA38C'

red 190 ◦ green 163 ◦ blue 140

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

Shades of Rodeo Dust #BEA38C

Tints of Rodeo Dust #BEA38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 38.54%
G = 33.06%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEA38C (or 0xBEA38C) is known color: Rodeo Dust. HEX triplet: BE, A3 and 8C. RGB value is (190,163,140). Sum of RGB (Red+Green+Blue) = 190+163+140=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA38C is #415C73. Grayscale: #A8A8A8. Windows color (decimal): -4283508 or 9216958. OLE color: 9216958.

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

Color convert

RGB 190 163 140 -
CMYK 0 0.14 0.26 0.25
HSL 27.6º 0.28% 0.65% -
HSV(B) 27.6º 0.26% 0.75% -
XYZ 39.07 39.03 30.29 -
YUV 168.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 190 163 140 0 0.14 0.26 0.25 27.6 0.28 0.65
Hex BE A3 8C 0 E 1A 19 1C 1C 41
Octal 276 243 214 0 16 32 31 34 34 101
Binary 10111110 10100011 10001100 0 1110 11010 11001 11100 11100 1000001

Color Harmonies of #BEA38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA38C

Black with #BEA38C

Text Example


Text Example

White with #BEA38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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