Html Css Color HEX #BEA081 Rodeo Dust

📋 copy color: '#BEA081'

red 190 ◦ green 160 ◦ blue 129

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

Shades of Rodeo Dust #BEA081

Tints of Rodeo Dust #BEA081

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 39.67%
G = 33.4%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEA081 (or 0xBEA081) is known color: Rodeo Dust. HEX triplet: BE, A0 and 81. RGB value is (190,160,129). Sum of RGB (Red+Green+Blue) = 190+160+129=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA081 is #415F7E. Grayscale: #A5A5A5. Windows color (decimal): -4284287 or 8495294. OLE color: 8495294.

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

Color convert

RGB 190 160 129 -
CMYK 0 0.16 0.32 0.25
HSL 30.49º 0.32% 0.63% -
HSV(B) 30.49º 0.32% 0.75% -
XYZ 37.77 37.67 26.05 -
YUV 165.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 190 160 129 0 0.16 0.32 0.25 30.49 0.32 0.63
Hex BE A0 81 0 10 20 19 1E 20 3F
Octal 276 240 201 0 20 40 31 36 40 77
Binary 10111110 10100000 10000001 0 10000 100000 11001 11110 100000 111111

Color Harmonies of #BEA081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA081

Black with #BEA081

Text Example


Text Example

White with #BEA081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA081; }

 p { color: rgb(190,160,129); }

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

background-color css

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

 a { background-color: rgb(190,160,129); }

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

border-color css

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

 span { border-color: rgb(190,160,129); }

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