Html Css Color HEX #BBBF69 Dark Khaki

📋 copy color: '#BBBF69'

red 187 ◦ green 191 ◦ blue 105

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

Shades of Dark Khaki #BBBF69

Tints of Dark Khaki #BBBF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.74%

R = 38.72%
G = 39.54%
B = 21.74%

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

#BBBF69 (or 0xBBBF69) is known color: Dark Khaki. HEX triplet: BB, BF and 69. RGB value is (187,191,105). Sum of RGB (Red+Green+Blue) = 187+191+105=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF69 is #444096. Grayscale: #B4B4B4. Windows color (decimal): -4472983 or 6930363. OLE color: 6930363.

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

Color convert

RGB 187 191 105 -
CMYK 0.02 0 0.45 0.25
HSL 62.79º 0.4% 0.58% -
HSV(B) 62.79º 0.45% 0.75% -
XYZ 41.67 48.85 20.6 -
YUV 180 85.67 132.99 -
System Red Green Blue C M Y K H S L
Decimal 187 191 105 0.02 0 0.45 0.25 62.79 0.4 0.58
Hex BB BF 69 2 0 2D 19 3F 28 3A
Octal 273 277 151 2 0 55 31 77 50 72
Binary 10111011 10111111 1101001 10 0 101101 11001 111111 101000 111010

Color Harmonies of #BBBF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF69

Black with #BBBF69

Text Example


Text Example

White with #BBBF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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