Html Css Color HEX #BEA68A Rodeo Dust

📋 copy color: '#BEA68A'

red 190 ◦ green 166 ◦ blue 138

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

Shades of Rodeo Dust #BEA68A

Tints of Rodeo Dust #BEA68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 38.46%
G = 33.6%
B = 27.94%

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

#BEA68A (or 0xBEA68A) is known color: Rodeo Dust. HEX triplet: BE, A6 and 8A. RGB value is (190,166,138). Sum of RGB (Red+Green+Blue) = 190+166+138=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA68A is #415975. Grayscale: #AAAAAA. Windows color (decimal): -4282742 or 9086654. OLE color: 9086654.

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

Color convert

RGB 190 166 138 -
CMYK 0 0.13 0.27 0.25
HSL 32.31º 0.29% 0.64% -
HSV(B) 32.31º 0.27% 0.75% -
XYZ 39.46 40.05 29.7 -
YUV 169.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 190 166 138 0 0.13 0.27 0.25 32.31 0.29 0.64
Hex BE A6 8A 0 D 1B 19 20 1D 40
Octal 276 246 212 0 15 33 31 40 35 100
Binary 10111110 10100110 10001010 0 1101 11011 11001 100000 11101 1000000

Color Harmonies of #BEA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA68A

Black with #BEA68A

Text Example


Text Example

White with #BEA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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