Html Css Color HEX #BEA28B Rodeo Dust

📋 copy color: '#BEA28B'

red 190 ◦ green 162 ◦ blue 139

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

Shades of Rodeo Dust #BEA28B

Tints of Rodeo Dust #BEA28B

RGB

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

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

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

R = 38.7%
G = 32.99%
B = 28.31%

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

#BEA28B (or 0xBEA28B) is known color: Rodeo Dust. HEX triplet: BE, A2 and 8B. RGB value is (190,162,139). Sum of RGB (Red+Green+Blue) = 190+162+139=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA28B is #415D74. Grayscale: #A7A7A7. Windows color (decimal): -4283765 or 9151166. OLE color: 9151166.

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

Color convert

RGB 190 162 139 -
CMYK 0 0.15 0.27 0.25
HSL 27.06º 0.28% 0.65% -
HSV(B) 27.06º 0.27% 0.75% -
XYZ 38.82 38.65 29.84 -
YUV 167.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 190 162 139 0 0.15 0.27 0.25 27.06 0.28 0.65
Hex BE A2 8B 0 F 1B 19 1B 1C 41
Octal 276 242 213 0 17 33 31 33 34 101
Binary 10111110 10100010 10001011 0 1111 11011 11001 11011 11100 1000001

Color Harmonies of #BEA28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA28B

Black with #BEA28B

Text Example


Text Example

White with #BEA28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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