Html Css Color HEX #BEA183 Rodeo Dust

📋 copy color: '#BEA183'

red 190 ◦ green 161 ◦ blue 131

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

Shades of Rodeo Dust #BEA183

Tints of Rodeo Dust #BEA183

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 39.42%
G = 33.4%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BEA183 (or 0xBEA183) is known color: Rodeo Dust. HEX triplet: BE, A1 and 83. RGB value is (190,161,131). Sum of RGB (Red+Green+Blue) = 190+161+131=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA183 is #415E7C. Grayscale: #A6A6A6. Windows color (decimal): -4284029 or 8626622. OLE color: 8626622.

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

Color convert

RGB 190 161 131 -
CMYK 0 0.15 0.31 0.25
HSL 30.51º 0.31% 0.63% -
HSV(B) 30.51º 0.31% 0.75% -
XYZ 38.08 38.08 26.82 -
YUV 166.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 190 161 131 0 0.15 0.31 0.25 30.51 0.31 0.63
Hex BE A1 83 0 F 1F 19 1F 1F 3F
Octal 276 241 203 0 17 37 31 37 37 77
Binary 10111110 10100001 10000011 0 1111 11111 11001 11111 11111 111111

Color Harmonies of #BEA183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA183

Black with #BEA183

Text Example


Text Example

White with #BEA183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA183; }

 p { color: rgb(190,161,131); }

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

background-color css

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

 a { background-color: rgb(190,161,131); }

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

border-color css

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

 span { border-color: rgb(190,161,131); }

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