Html Css Color HEX #BBB467 Dark Khaki

📋 copy color: '#BBB467'

red 187 ◦ green 180 ◦ blue 103

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

Shades of Dark Khaki #BBB467

Tints of Dark Khaki #BBB467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.91%

R = 39.79%
G = 38.3%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBB467 (or 0xBBB467) is known color: Dark Khaki. HEX triplet: BB, B4 and 67. RGB value is (187,180,103). Sum of RGB (Red+Green+Blue) = 187+180+103=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB467 is #444B98. Grayscale: #ADADAD. Windows color (decimal): -4475801 or 6796475. OLE color: 6796475.

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

Color convert

RGB 187 180 103 -
CMYK 0 0.04 0.45 0.27
HSL 55º 0.38% 0.57% -
HSV(B) 55º 0.45% 0.73% -
XYZ 39.26 44.19 19.29 -
YUV 173.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 187 180 103 0 0.04 0.45 0.27 55 0.38 0.57
Hex BB B4 67 0 4 2D 1B 37 26 39
Octal 273 264 147 0 4 55 33 67 46 71
Binary 10111011 10110100 1100111 0 100 101101 11011 110111 100110 111001

Color Harmonies of #BBB467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB467

Black with #BBB467

Text Example


Text Example

White with #BBB467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB467; }

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

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

background-color css

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

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

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

border-color css

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

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

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