Html Css Color HEX #BBA591 Rodeo Dust

📋 copy color: '#BBA591'

red 187 ◦ green 165 ◦ blue 145

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

Shades of Rodeo Dust #BBA591

Tints of Rodeo Dust #BBA591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 37.63%
G = 33.2%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BBA591 (or 0xBBA591) is known color: Rodeo Dust. HEX triplet: BB, A5 and 91. RGB value is (187,165,145). Sum of RGB (Red+Green+Blue) = 187+165+145=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA591 is #445A6E. Grayscale: #A9A9A9. Windows color (decimal): -4479599 or 9545147. OLE color: 9545147.

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

Color convert

RGB 187 165 145 -
CMYK 0 0.12 0.22 0.27
HSL 28.57º 0.24% 0.65% -
HSV(B) 28.57º 0.22% 0.73% -
XYZ 39.06 39.52 32.36 -
YUV 169.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 187 165 145 0 0.12 0.22 0.27 28.57 0.24 0.65
Hex BB A5 91 0 C 16 1B 1D 18 41
Octal 273 245 221 0 14 26 33 35 30 101
Binary 10111011 10100101 10010001 0 1100 10110 11011 11101 11000 1000001

Color Harmonies of #BBA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA591

Black with #BBA591

Text Example


Text Example

White with #BBA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA591; }

 p { color: rgb(187,165,145); }

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

background-color css

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

 a { background-color: rgb(187,165,145); }

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

border-color css

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

 span { border-color: rgb(187,165,145); }

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