Html Css Color HEX #BBA671 Putty

📋 copy color: '#BBA671'

red 187 ◦ green 166 ◦ blue 113

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

Shades of Putty #BBA671

Tints of Putty #BBA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

 BLUE value IS 113 (44.53% from 255) = 24.25%

R = 40.13%
G = 35.62%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBA671 (or 0xBBA671) is known color: Putty. HEX triplet: BB, A6 and 71. RGB value is (187,166,113). Sum of RGB (Red+Green+Blue) = 187+166+113=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA671 is #44598E. Grayscale: #A6A6A6. Windows color (decimal): -4479375 or 7448251. OLE color: 7448251.

HSL color Cylindrical-coordinate representation of color #BBA671: hue angle of 42.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBA671 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 113 -
CMYK 0 0.11 0.40 0.27
HSL 42.97º 0.35% 0.59% -
HSV(B) 42.97º 0.4% 0.73% -
XYZ 37.11 39.03 21.2 -
YUV 166.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 187 166 113 0 0.11 0.40 0.27 42.97 0.35 0.59
Hex BB A6 71 0 B 28 1B 2B 23 3B
Octal 273 246 161 0 13 50 33 53 43 73
Binary 10111011 10100110 1110001 0 1011 101000 11011 101011 100011 111011

Color Harmonies of #BBA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA671

Black with #BBA671

Text Example


Text Example

White with #BBA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA671; }

 p { color: rgb(187,166,113); }

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

background-color css

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

 a { background-color: rgb(187,166,113); }

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

border-color css

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

 span { border-color: rgb(187,166,113); }

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