Html Css Color HEX #BBA384 Rodeo Dust

📋 copy color: '#BBA384'

red 187 ◦ green 163 ◦ blue 132

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

Shades of Rodeo Dust #BBA384

Tints of Rodeo Dust #BBA384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.39%

R = 38.8%
G = 33.82%
B = 27.39%

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

#BBA384 (or 0xBBA384) is known color: Rodeo Dust. HEX triplet: BB, A3 and 84. RGB value is (187,163,132). Sum of RGB (Red+Green+Blue) = 187+163+132=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA384 is #445C7B. Grayscale: #A6A6A6. Windows color (decimal): -4480124 or 8692667. OLE color: 8692667.

HSL color Cylindrical-coordinate representation of color #BBA384: hue angle of 33.82º degrees, saturation: 0.29, 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 #BBA384 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 132 -
CMYK 0 0.13 0.29 0.27
HSL 33.82º 0.29% 0.63% -
HSV(B) 33.82º 0.29% 0.73% -
XYZ 37.76 38.43 27.26 -
YUV 166.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 187 163 132 0 0.13 0.29 0.27 33.82 0.29 0.63
Hex BB A3 84 0 D 1D 1B 22 1D 3F
Octal 273 243 204 0 15 35 33 42 35 77
Binary 10111011 10100011 10000100 0 1101 11101 11011 100010 11101 111111

Color Harmonies of #BBA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA384

Black with #BBA384

Text Example


Text Example

White with #BBA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA384; }

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

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

background-color css

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

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

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

border-color css

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

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

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