Html Css Color HEX #BBA385 Rodeo Dust

📋 copy color: '#BBA385'

red 187 ◦ green 163 ◦ blue 133

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

Shades of Rodeo Dust #BBA385

Tints of Rodeo Dust #BBA385

RGB

 RED value IS 187 (73.44% from 255) = 38.72%

 GREEN value IS 163 (64.06% from 255) = 33.75%

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 38.72%
G = 33.75%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBA385 (or 0xBBA385) is known color: Rodeo Dust. HEX triplet: BB, A3 and 85. RGB value is (187,163,133). Sum of RGB (Red+Green+Blue) = 187+163+133=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA385 is #445C7A. Grayscale: #A6A6A6. Windows color (decimal): -4480123 or 8758203. OLE color: 8758203.

HSL color Cylindrical-coordinate representation of color #BBA385: hue angle of 33.33º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA385 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 133 -
CMYK 0 0.13 0.29 0.27
HSL 33.33º 0.28% 0.63% -
HSV(B) 33.33º 0.29% 0.73% -
XYZ 37.82 38.45 27.62 -
YUV 166.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 187 163 133 0 0.13 0.29 0.27 33.33 0.28 0.63
Hex BB A3 85 0 D 1D 1B 21 1C 3F
Octal 273 243 205 0 15 35 33 41 34 77
Binary 10111011 10100011 10000101 0 1101 11101 11011 100001 11100 111111

Color Harmonies of #BBA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA385

Black with #BBA385

Text Example


Text Example

White with #BBA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA385; }

 p { color: rgb(187,163,133); }

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

background-color css

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

 a { background-color: rgb(187,163,133); }

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

border-color css

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

 span { border-color: rgb(187,163,133); }

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