Html Css Color HEX #BCA589 Rodeo Dust

📋 copy color: '#BCA589'

red 188 ◦ green 165 ◦ blue 137

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

Shades of Rodeo Dust #BCA589

Tints of Rodeo Dust #BCA589

RGB

 RED value IS 188 (73.83% from 255) = 38.37%

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 137 (53.91% from 255) = 27.96%

R = 38.37%
G = 33.67%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCA589 (or 0xBCA589) is known color: Rodeo Dust. HEX triplet: BC, A5 and 89. RGB value is (188,165,137). Sum of RGB (Red+Green+Blue) = 188+165+137=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA589 is #435A76. Grayscale: #A8A8A8. Windows color (decimal): -4414071 or 9020860. OLE color: 9020860.

HSL color Cylindrical-coordinate representation of color #BCA589: hue angle of 32.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA589 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 165 137 -
CMYK 0 0.12 0.27 0.26
HSL 32.94º 0.28% 0.64% -
HSV(B) 32.94º 0.27% 0.74% -
XYZ 38.71 39.41 29.23 -
YUV 168.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 188 165 137 0 0.12 0.27 0.26 32.94 0.28 0.64
Hex BC A5 89 0 C 1B 1A 21 1C 40
Octal 274 245 211 0 14 33 32 41 34 100
Binary 10111100 10100101 10001001 0 1100 11011 11010 100001 11100 1000000

Color Harmonies of #BCA589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA589

Black with #BCA589

Text Example


Text Example

White with #BCA589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA589; }

 p { color: rgb(188,165,137); }

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

background-color css

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

 a { background-color: rgb(188,165,137); }

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

border-color css

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

 span { border-color: rgb(188,165,137); }

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