Html Css Color HEX #BBBA65 Dark Khaki

📋 copy color: '#BBBA65'

red 187 ◦ green 186 ◦ blue 101

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

Shades of Dark Khaki #BBBA65

Tints of Dark Khaki #BBBA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 39.45%
G = 39.24%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBBA65 (or 0xBBBA65) is known color: Dark Khaki. HEX triplet: BB, BA and 65. RGB value is (187,186,101). Sum of RGB (Red+Green+Blue) = 187+186+101=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA65 is #44459A. Grayscale: #B0B0B0. Windows color (decimal): -4474267 or 6666939. OLE color: 6666939.

HSL color Cylindrical-coordinate representation of color #BBBA65: hue angle of 59.3º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBBA65 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 101 -
CMYK 0 0.01 0.46 0.27
HSL 59.3º 0.39% 0.56% -
HSV(B) 59.3º 0.46% 0.73% -
XYZ 40.4 46.62 19.18 -
YUV 176.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 187 186 101 0 0.01 0.46 0.27 59.3 0.39 0.56
Hex BB BA 65 0 1 2E 1B 3B 27 38
Octal 273 272 145 0 1 56 33 73 47 70
Binary 10111011 10111010 1100101 0 1 101110 11011 111011 100111 111000

Color Harmonies of #BBBA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA65

Black with #BBBA65

Text Example


Text Example

White with #BBBA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA65; }

 p { color: rgb(187,186,101); }

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

background-color css

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

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

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

border-color css

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

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

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