Html Css Color HEX #BEA27F Rodeo Dust

📋 copy color: '#BEA27F'

red 190 ◦ green 162 ◦ blue 127

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

Shades of Rodeo Dust #BEA27F

Tints of Rodeo Dust #BEA27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.51%

R = 39.67%
G = 33.82%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEA27F (or 0xBEA27F) is known color: Rodeo Dust. HEX triplet: BE, A2 and 7F. RGB value is (190,162,127). Sum of RGB (Red+Green+Blue) = 190+162+127=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA27F is #415D80. Grayscale: #A6A6A6. Windows color (decimal): -4283777 or 8364734. OLE color: 8364734.

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

Color convert

RGB 190 162 127 -
CMYK 0 0.15 0.33 0.25
HSL 33.33º 0.33% 0.62% -
HSV(B) 33.33º 0.33% 0.75% -
XYZ 37.99 38.32 25.47 -
YUV 166.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 190 162 127 0 0.15 0.33 0.25 33.33 0.33 0.62
Hex BE A2 7F 0 F 21 19 21 21 3E
Octal 276 242 177 0 17 41 31 41 41 76
Binary 10111110 10100010 1111111 0 1111 100001 11001 100001 100001 111110

Color Harmonies of #BEA27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA27F

Black with #BEA27F

Text Example


Text Example

White with #BEA27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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