Html Css Color HEX #BBB479 Dark Khaki

📋 copy color: '#BBB479'

red 187 ◦ green 180 ◦ blue 121

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

Shades of Dark Khaki #BBB479

Tints of Dark Khaki #BBB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.89%

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

R = 38.32%
G = 36.89%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BBB479 (or 0xBBB479) is known color: Dark Khaki. HEX triplet: BB, B4 and 79. RGB value is (187,180,121). Sum of RGB (Red+Green+Blue) = 187+180+121=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB479 is #444B86. Grayscale: #AFAFAF. Windows color (decimal): -4475783 or 7976123. OLE color: 7976123.

HSL color Cylindrical-coordinate representation of color #BBB479: hue angle of 53.64º 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 #BBB479 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 180 121 -
CMYK 0 0.04 0.35 0.27
HSL 53.64º 0.33% 0.6% -
HSV(B) 53.64º 0.35% 0.73% -
XYZ 40.27 44.59 24.57 -
YUV 175.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 187 180 121 0 0.04 0.35 0.27 53.64 0.33 0.6
Hex BB B4 79 0 4 23 1B 36 21 3C
Octal 273 264 171 0 4 43 33 66 41 74
Binary 10111011 10110100 1111001 0 100 100011 11011 110110 100001 111100

Color Harmonies of #BBB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB479

Black with #BBB479

Text Example


Text Example

White with #BBB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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