Html Css Color HEX #BEA28C Rodeo Dust

📋 copy color: '#BEA28C'

red 190 ◦ green 162 ◦ blue 140

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

Shades of Rodeo Dust #BEA28C

Tints of Rodeo Dust #BEA28C

RGB

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

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

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

R = 38.62%
G = 32.93%
B = 28.46%

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

#BEA28C (or 0xBEA28C) is known color: Rodeo Dust. HEX triplet: BE, A2 and 8C. RGB value is (190,162,140). Sum of RGB (Red+Green+Blue) = 190+162+140=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA28C is #415D73. Grayscale: #A7A7A7. Windows color (decimal): -4283764 or 9216702. OLE color: 9216702.

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

Color convert

RGB 190 162 140 -
CMYK 0 0.15 0.26 0.25
HSL 26.4º 0.28% 0.65% -
HSV(B) 26.4º 0.26% 0.75% -
XYZ 38.89 38.68 30.23 -
YUV 167.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 190 162 140 0 0.15 0.26 0.25 26.4 0.28 0.65
Hex BE A2 8C 0 F 1A 19 1A 1C 41
Octal 276 242 214 0 17 32 31 32 34 101
Binary 10111110 10100010 10001100 0 1111 11010 11001 11010 11100 1000001

Color Harmonies of #BEA28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA28C

Black with #BEA28C

Text Example


Text Example

White with #BEA28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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