Html Css Color HEX #BEA27A Rodeo Dust

📋 copy color: '#BEA27A'

red 190 ◦ green 162 ◦ blue 122

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

Shades of Rodeo Dust #BEA27A

Tints of Rodeo Dust #BEA27A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.18%

 BLUE value IS 122 (48.05% from 255) = 25.74%

R = 40.08%
G = 34.18%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BEA27A (or 0xBEA27A) is known color: Rodeo Dust. HEX triplet: BE, A2 and 7A. RGB value is (190,162,122). Sum of RGB (Red+Green+Blue) = 190+162+122=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA27A is #415D85. Grayscale: #A5A5A5. Windows color (decimal): -4283782 or 8037054. OLE color: 8037054.

HSL color Cylindrical-coordinate representation of color #BEA27A: hue angle of 35.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA27A is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 162 122 -
CMYK 0 0.15 0.36 0.25
HSL 35.29º 0.34% 0.61% -
HSV(B) 35.29º 0.36% 0.75% -
XYZ 37.67 38.19 23.8 -
YUV 165.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 190 162 122 0 0.15 0.36 0.25 35.29 0.34 0.61
Hex BE A2 7A 0 F 24 19 23 22 3D
Octal 276 242 172 0 17 44 31 43 42 75
Binary 10111110 10100010 1111010 0 1111 100100 11001 100011 100010 111101

Color Harmonies of #BEA27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA27A

Black with #BEA27A

Text Example


Text Example

White with #BEA27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA27A; }

 p { color: rgb(190,162,122); }

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

background-color css

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

 a { background-color: rgb(190,162,122); }

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

border-color css

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

 span { border-color: rgb(190,162,122); }

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