Html Css Color HEX #BEA283 Rodeo Dust

📋 copy color: '#BEA283'

red 190 ◦ green 162 ◦ blue 131

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

Shades of Rodeo Dust #BEA283

Tints of Rodeo Dust #BEA283

RGB

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

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

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

R = 39.34%
G = 33.54%
B = 27.12%

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

#BEA283 (or 0xBEA283) is known color: Rodeo Dust. HEX triplet: BE, A2 and 83. RGB value is (190,162,131). Sum of RGB (Red+Green+Blue) = 190+162+131=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA283 is #415D7C. Grayscale: #A6A6A6. Windows color (decimal): -4283773 or 8626878. OLE color: 8626878.

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

Color convert

RGB 190 162 131 -
CMYK 0 0.15 0.31 0.25
HSL 31.53º 0.31% 0.63% -
HSV(B) 31.53º 0.31% 0.75% -
XYZ 38.25 38.43 26.87 -
YUV 166.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 190 162 131 0 0.15 0.31 0.25 31.53 0.31 0.63
Hex BE A2 83 0 F 1F 19 20 1F 3F
Octal 276 242 203 0 17 37 31 40 37 77
Binary 10111110 10100010 10000011 0 1111 11111 11001 100000 11111 111111

Color Harmonies of #BEA283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA283

Black with #BEA283

Text Example


Text Example

White with #BEA283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA283; }

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

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

background-color css

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

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

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

border-color css

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

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

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