Html Css Color HEX #BBA389 Rodeo Dust

📋 copy color: '#BBA389'

red 187 ◦ green 163 ◦ blue 137

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

Shades of Rodeo Dust #BBA389

Tints of Rodeo Dust #BBA389

RGB

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

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

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

R = 38.4%
G = 33.47%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBA389 (or 0xBBA389) is known color: Rodeo Dust. HEX triplet: BB, A3 and 89. RGB value is (187,163,137). Sum of RGB (Red+Green+Blue) = 187+163+137=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA389 is #445C76. Grayscale: #A7A7A7. Windows color (decimal): -4480119 or 9020347. OLE color: 9020347.

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

Color convert

RGB 187 163 137 -
CMYK 0 0.13 0.27 0.27
HSL 31.2º 0.27% 0.64% -
HSV(B) 31.2º 0.27% 0.73% -
XYZ 38.11 38.57 29.1 -
YUV 167.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 187 163 137 0 0.13 0.27 0.27 31.2 0.27 0.64
Hex BB A3 89 0 D 1B 1B 1F 1B 40
Octal 273 243 211 0 15 33 33 37 33 100
Binary 10111011 10100011 10001001 0 1101 11011 11011 11111 11011 1000000

Color Harmonies of #BBA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA389

Black with #BBA389

Text Example


Text Example

White with #BBA389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA389; }

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

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

background-color css

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

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

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

border-color css

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

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

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