Html Css Color HEX #BCA089 Rodeo Dust

📋 copy color: '#BCA089'

red 188 ◦ green 160 ◦ blue 137

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

Shades of Rodeo Dust #BCA089

Tints of Rodeo Dust #BCA089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.99%

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

R = 38.76%
G = 32.99%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCA089 (or 0xBCA089) is known color: Rodeo Dust. HEX triplet: BC, A0 and 89. RGB value is (188,160,137). Sum of RGB (Red+Green+Blue) = 188+160+137=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA089 is #435F76. Grayscale: #A5A5A5. Windows color (decimal): -4415351 or 9019580. OLE color: 9019580.

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

Color convert

RGB 188 160 137 -
CMYK 0 0.15 0.27 0.26
HSL 27.06º 0.28% 0.64% -
HSV(B) 27.06º 0.27% 0.74% -
XYZ 37.83 37.64 28.94 -
YUV 165.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 188 160 137 0 0.15 0.27 0.26 27.06 0.28 0.64
Hex BC A0 89 0 F 1B 1A 1B 1C 40
Octal 274 240 211 0 17 33 32 33 34 100
Binary 10111100 10100000 10001001 0 1111 11011 11010 11011 11100 1000000

Color Harmonies of #BCA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA089

Black with #BCA089

Text Example


Text Example

White with #BCA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA089; }

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

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

background-color css

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

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

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

border-color css

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

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

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