Html Css Color HEX #BBB174 Dark Khaki

📋 copy color: '#BBB174'

red 187 ◦ green 177 ◦ blue 116

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

Shades of Dark Khaki #BBB174

Tints of Dark Khaki #BBB174

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

 BLUE value IS 116 (45.7% from 255) = 24.17%

R = 38.96%
G = 36.88%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BBB174 (or 0xBBB174) is known color: Dark Khaki. HEX triplet: BB, B1 and 74. RGB value is (187,177,116). Sum of RGB (Red+Green+Blue) = 187+177+116=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB174 is #444E8B. Grayscale: #ADADAD. Windows color (decimal): -4476556 or 7647675. OLE color: 7647675.

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

Color convert

RGB 187 177 116 -
CMYK 0 0.05 0.38 0.27
HSL 51.55º 0.34% 0.59% -
HSV(B) 51.55º 0.38% 0.73% -
XYZ 39.37 43.27 22.8 -
YUV 173.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 187 177 116 0 0.05 0.38 0.27 51.55 0.34 0.59
Hex BB B1 74 0 5 26 1B 34 22 3B
Octal 273 261 164 0 5 46 33 64 42 73
Binary 10111011 10110001 1110100 0 101 100110 11011 110100 100010 111011

Color Harmonies of #BBB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB174

Black with #BBB174

Text Example


Text Example

White with #BBB174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB174; }

 p { color: rgb(187,177,116); }

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

background-color css

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

 a { background-color: rgb(187,177,116); }

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

border-color css

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

 span { border-color: rgb(187,177,116); }

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