Html Css Color HEX #BBBB67 Dark Khaki

📋 copy color: '#BBBB67'

red 187 ◦ green 187 ◦ blue 103

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

Shades of Dark Khaki #BBBB67

Tints of Dark Khaki #BBBB67

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

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

R = 39.2%
G = 39.2%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBBB67 (or 0xBBBB67) is known color: Dark Khaki. HEX triplet: BB, BB and 67. RGB value is (187,187,103). Sum of RGB (Red+Green+Blue) = 187+187+103=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB67 is #444498. Grayscale: #B1B1B1. Windows color (decimal): -4474009 or 6798267. OLE color: 6798267.

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

Color convert

RGB 187 187 103 -
CMYK 0 0 0.45 0.27
HSL 60º 0.38% 0.57% -
HSV(B) 60º 0.45% 0.73% -
XYZ 40.71 47.08 19.77 -
YUV 177.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 187 187 103 0 0 0.45 0.27 60 0.38 0.57
Hex BB BB 67 0 0 2D 1B 3C 26 39
Octal 273 273 147 0 0 55 33 74 46 71
Binary 10111011 10111011 1100111 0 0 101101 11011 111100 100110 111001

Color Harmonies of #BBBB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB67

Black with #BBBB67

Text Example


Text Example

White with #BBBB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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