Html Css Color HEX #BBBF6A Dark Khaki

📋 copy color: '#BBBF6A'

red 187 ◦ green 191 ◦ blue 106

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

Shades of Dark Khaki #BBBF6A

Tints of Dark Khaki #BBBF6A

RGB

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

 GREEN value IS 191 (75% from 255) = 39.46%

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 38.64%
G = 39.46%
B = 21.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BBBF6A (or 0xBBBF6A) is known color: Dark Khaki. HEX triplet: BB, BF and 6A. RGB value is (187,191,106). Sum of RGB (Red+Green+Blue) = 187+191+106=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF6A is #444095. Grayscale: #B4B4B4. Windows color (decimal): -4472982 or 6995899. OLE color: 6995899.

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

Color convert

RGB 187 191 106 -
CMYK 0.02 0 0.45 0.25
HSL 62.82º 0.4% 0.58% -
HSV(B) 62.82º 0.45% 0.75% -
XYZ 41.73 48.87 20.87 -
YUV 180.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 187 191 106 0.02 0 0.45 0.25 62.82 0.4 0.58
Hex BB BF 6A 2 0 2D 19 3F 28 3A
Octal 273 277 152 2 0 55 31 77 50 72
Binary 10111011 10111111 1101010 10 0 101101 11001 111111 101000 111010

Color Harmonies of #BBBF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF6A

Black with #BBBF6A

Text Example


Text Example

White with #BBBF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF6A; }

 p { color: rgb(187,191,106); }

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

background-color css

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

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

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

border-color css

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

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

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