#BEA78A

Color #BEA78A Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #BEA78A

Tints of Rodeo Dust #BEA78A

Color information

#BEA78A (or 0xBEA78A) is unknown color: approx Rodeo Dust. HEX triplet: BE, A7 and 8A. RGB value is (190,167,138). Sum of RGB (Red+Green+Blue) = 190+167+138=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA78A is #415875. Grayscale: #AAAAAA. Windows color (decimal): -4282486 or 9086910. OLE color: 9086910.

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

Color convert

RGB190167138-
CMYK00.120.270.25
HSL33.46º28.57%64.31%-
HSV(B)33.46º27.37%74.51%-
XYZ39.6440.4229.76-
YUV170.57109.62141.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=38.38%
G=33.74%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016713800.120.270.2533.4628.5764.31
HexBEA78A0C1B19211d40
Octal27624721201433314135100
Binary101111101010011110001010011001101111001100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA78A; }

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

 H1.HeaderClassName
 {
   color: #BEA78A;
 }
 .AnyTagClassName
 {
   color: #BEA78A;
 }
</style>
background-color css

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

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

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

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

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

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