Html Css Color HEX #BBBE6B Dark Khaki

📋 copy color: '#BBBE6B'

red 187 ◦ green 190 ◦ blue 107

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

Shades of Dark Khaki #BBBE6B

Tints of Dark Khaki #BBBE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.26%

 BLUE value IS 107 (42.19% from 255) = 22.11%

R = 38.64%
G = 39.26%
B = 22.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BBBE6B (or 0xBBBE6B) is known color: Dark Khaki. HEX triplet: BB, BE and 6B. RGB value is (187,190,107). Sum of RGB (Red+Green+Blue) = 187+190+107=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE6B is #444194. Grayscale: #B3B3B3. Windows color (decimal): -4473237 or 7061179. OLE color: 7061179.

HSL color Cylindrical-coordinate representation of color #BBBE6B: hue angle of 62.17º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBBE6B is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 190 107 -
CMYK 0.02 0 0.44 0.25
HSL 62.17º 0.39% 0.58% -
HSV(B) 62.17º 0.44% 0.75% -
XYZ 41.56 48.45 21.07 -
YUV 179.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 187 190 107 0.02 0 0.44 0.25 62.17 0.39 0.58
Hex BB BE 6B 2 0 2C 19 3E 27 3A
Octal 273 276 153 2 0 54 31 76 47 72
Binary 10111011 10111110 1101011 10 0 101100 11001 111110 100111 111010

Color Harmonies of #BBBE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBE6B

Black with #BBBE6B

Text Example


Text Example

White with #BBBE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBE6B; }

 p { color: rgb(187,190,107); }

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

background-color css

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

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

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

border-color css

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

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

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