Html Css Color HEX #BEA28A Rodeo Dust

📋 copy color: '#BEA28A'

red 190 ◦ green 162 ◦ blue 138

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

Shades of Rodeo Dust #BEA28A

Tints of Rodeo Dust #BEA28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 38.78%
G = 33.06%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEA28A (or 0xBEA28A) is known color: Rodeo Dust. HEX triplet: BE, A2 and 8A. RGB value is (190,162,138). Sum of RGB (Red+Green+Blue) = 190+162+138=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA28A is #415D75. Grayscale: #A7A7A7. Windows color (decimal): -4283766 or 9085630. OLE color: 9085630.

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

Color convert

RGB 190 162 138 -
CMYK 0 0.15 0.27 0.25
HSL 27.69º 0.29% 0.64% -
HSV(B) 27.69º 0.27% 0.75% -
XYZ 38.74 38.62 29.46 -
YUV 167.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 190 162 138 0 0.15 0.27 0.25 27.69 0.29 0.64
Hex BE A2 8A 0 F 1B 19 1C 1D 40
Octal 276 242 212 0 17 33 31 34 35 100
Binary 10111110 10100010 10001010 0 1111 11011 11001 11100 11101 1000000

Color Harmonies of #BEA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA28A

Black with #BEA28A

Text Example


Text Example

White with #BEA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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