Html Css Color HEX #BEA68B Rodeo Dust

📋 copy color: '#BEA68B'

red 190 ◦ green 166 ◦ blue 139

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

Shades of Rodeo Dust #BEA68B

Tints of Rodeo Dust #BEA68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.54%

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

R = 38.38%
G = 33.54%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEA68B (or 0xBEA68B) is known color: Rodeo Dust. HEX triplet: BE, A6 and 8B. RGB value is (190,166,139). Sum of RGB (Red+Green+Blue) = 190+166+139=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA68B is #415974. Grayscale: #AAAAAA. Windows color (decimal): -4282741 or 9152190. OLE color: 9152190.

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

Color convert

RGB 190 166 139 -
CMYK 0 0.13 0.27 0.25
HSL 31.76º 0.28% 0.65% -
HSV(B) 31.76º 0.27% 0.75% -
XYZ 39.53 40.08 30.08 -
YUV 170.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 190 166 139 0 0.13 0.27 0.25 31.76 0.28 0.65
Hex BE A6 8B 0 D 1B 19 20 1C 41
Octal 276 246 213 0 15 33 31 40 34 101
Binary 10111110 10100110 10001011 0 1101 11011 11001 100000 11100 1000001

Color Harmonies of #BEA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA68B

Black with #BEA68B

Text Example


Text Example

White with #BEA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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