Html Css Color HEX #BEA591 Rodeo Dust

📋 copy color: '#BEA591'

red 190 ◦ green 165 ◦ blue 145

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

Shades of Rodeo Dust #BEA591

Tints of Rodeo Dust #BEA591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33%

 BLUE value IS 145 (57.03% from 255) = 29%

R = 38%
G = 33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEA591 (or 0xBEA591) is known color: Rodeo Dust. HEX triplet: BE, A5 and 91. RGB value is (190,165,145). Sum of RGB (Red+Green+Blue) = 190+165+145=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA591 is #415A6E. Grayscale: #AAAAAA. Windows color (decimal): -4282991 or 9545150. OLE color: 9545150.

HSL color Cylindrical-coordinate representation of color #BEA591: hue angle of 26.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA591 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 145 -
CMYK 0 0.13 0.24 0.25
HSL 26.67º 0.26% 0.66% -
HSV(B) 26.67º 0.24% 0.75% -
XYZ 39.8 39.9 32.39 -
YUV 170.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 190 165 145 0 0.13 0.24 0.25 26.67 0.26 0.66
Hex BE A5 91 0 D 18 19 1B 1A 42
Octal 276 245 221 0 15 30 31 33 32 102
Binary 10111110 10100101 10010001 0 1101 11000 11001 11011 11010 1000010

Color Harmonies of #BEA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA591

Black with #BEA591

Text Example


Text Example

White with #BEA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA591; }

 p { color: rgb(190,165,145); }

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

background-color css

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

 a { background-color: rgb(190,165,145); }

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

border-color css

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

 span { border-color: rgb(190,165,145); }

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