Html Css Color HEX #BBB679 Dark Khaki

📋 copy color: '#BBB679'

red 187 ◦ green 182 ◦ blue 121

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

Shades of Dark Khaki #BBB679

Tints of Dark Khaki #BBB679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.14%

 BLUE value IS 121 (47.66% from 255) = 24.69%

R = 38.16%
G = 37.14%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BBB679 (or 0xBBB679) is known color: Dark Khaki. HEX triplet: BB, B6 and 79. RGB value is (187,182,121). Sum of RGB (Red+Green+Blue) = 187+182+121=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB679 is #444986. Grayscale: #B0B0B0. Windows color (decimal): -4475271 or 7976635. OLE color: 7976635.

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

Color convert

RGB 187 182 121 -
CMYK 0 0.03 0.35 0.27
HSL 55.45º 0.33% 0.6% -
HSV(B) 55.45º 0.35% 0.73% -
XYZ 40.67 45.4 24.71 -
YUV 176.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 187 182 121 0 0.03 0.35 0.27 55.45 0.33 0.6
Hex BB B6 79 0 3 23 1B 37 21 3C
Octal 273 266 171 0 3 43 33 67 41 74
Binary 10111011 10110110 1111001 0 11 100011 11011 110111 100001 111100

Color Harmonies of #BBB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB679

Black with #BBB679

Text Example


Text Example

White with #BBB679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB679; }

 p { color: rgb(187,182,121); }

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

background-color css

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

 a { background-color: rgb(187,182,121); }

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

border-color css

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

 span { border-color: rgb(187,182,121); }

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