Html Css Color HEX #BEA68C Rodeo Dust

📋 copy color: '#BEA68C'

red 190 ◦ green 166 ◦ blue 140

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

Shades of Rodeo Dust #BEA68C

Tints of Rodeo Dust #BEA68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 38.31%
G = 33.47%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEA68C (or 0xBEA68C) is known color: Rodeo Dust. HEX triplet: BE, A6 and 8C. RGB value is (190,166,140). Sum of RGB (Red+Green+Blue) = 190+166+140=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA68C is #415973. Grayscale: #AAAAAA. Windows color (decimal): -4282740 or 9217726. OLE color: 9217726.

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

Color convert

RGB 190 166 140 -
CMYK 0 0.13 0.26 0.25
HSL 31.2º 0.28% 0.65% -
HSV(B) 31.2º 0.26% 0.75% -
XYZ 39.61 40.11 30.47 -
YUV 170.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 190 166 140 0 0.13 0.26 0.25 31.2 0.28 0.65
Hex BE A6 8C 0 D 1A 19 1F 1C 41
Octal 276 246 214 0 15 32 31 37 34 101
Binary 10111110 10100110 10001100 0 1101 11010 11001 11111 11100 1000001

Color Harmonies of #BEA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA68C

Black with #BEA68C

Text Example


Text Example

White with #BEA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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