Html Css Color HEX #BBA58D Rodeo Dust

📋 copy color: '#BBA58D'

red 187 ◦ green 165 ◦ blue 141

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

Shades of Rodeo Dust #BBA58D

Tints of Rodeo Dust #BBA58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 37.93%
G = 33.47%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBA58D (or 0xBBA58D) is known color: Rodeo Dust. HEX triplet: BB, A5 and 8D. RGB value is (187,165,141). Sum of RGB (Red+Green+Blue) = 187+165+141=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA58D is #445A72. Grayscale: #A8A8A8. Windows color (decimal): -4479603 or 9283003. OLE color: 9283003.

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

Color convert

RGB 187 165 141 -
CMYK 0 0.12 0.25 0.27
HSL 31.3º 0.25% 0.64% -
HSV(B) 31.3º 0.25% 0.73% -
XYZ 38.76 39.4 30.76 -
YUV 168.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 187 165 141 0 0.12 0.25 0.27 31.3 0.25 0.64
Hex BB A5 8D 0 C 19 1B 1F 19 40
Octal 273 245 215 0 14 31 33 37 31 100
Binary 10111011 10100101 10001101 0 1100 11001 11011 11111 11001 1000000

Color Harmonies of #BBA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA58D

Black with #BBA58D

Text Example


Text Example

White with #BBA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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