Html Css Color HEX #BBB777 Dark Khaki

📋 copy color: '#BBB777'

red 187 ◦ green 183 ◦ blue 119

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

Shades of Dark Khaki #BBB777

Tints of Dark Khaki #BBB777

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.42%

 BLUE value IS 119 (46.88% from 255) = 24.34%

R = 38.24%
G = 37.42%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBB777 (or 0xBBB777) is known color: Dark Khaki. HEX triplet: BB, B7 and 77. RGB value is (187,183,119). Sum of RGB (Red+Green+Blue) = 187+183+119=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB777 is #444888. Grayscale: #B1B1B1. Windows color (decimal): -4475017 or 7845819. OLE color: 7845819.

HSL color Cylindrical-coordinate representation of color #BBB777: hue angle of 56.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBB777 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 183 119 -
CMYK 0 0.02 0.36 0.27
HSL 56.47º 0.33% 0.6% -
HSV(B) 56.47º 0.36% 0.73% -
XYZ 40.76 45.76 24.14 -
YUV 176.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 187 183 119 0 0.02 0.36 0.27 56.47 0.33 0.6
Hex BB B7 77 0 2 24 1B 38 21 3C
Octal 273 267 167 0 2 44 33 70 41 74
Binary 10111011 10110111 1110111 0 10 100100 11011 111000 100001 111100

Color Harmonies of #BBB777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB777

Black with #BBB777

Text Example


Text Example

White with #BBB777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB777; }

 p { color: rgb(187,183,119); }

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

background-color css

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

 a { background-color: rgb(187,183,119); }

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

border-color css

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

 span { border-color: rgb(187,183,119); }

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