Html Css Color HEX #BFBD6B Dark Khaki

📋 copy color: '#BFBD6B'

red 191 ◦ green 189 ◦ blue 107

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

Shades of Dark Khaki #BFBD6B

Tints of Dark Khaki #BFBD6B

RGB

 RED value IS 191 (75% from 255) = 39.22%

 GREEN value IS 189 (74.22% from 255) = 38.81%

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

R = 39.22%
G = 38.81%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFBD6B (or 0xBFBD6B) is known color: Dark Khaki. HEX triplet: BF, BD and 6B. RGB value is (191,189,107). Sum of RGB (Red+Green+Blue) = 191+189+107=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD6B is #404294. Grayscale: #B4B4B4. Windows color (decimal): -4211349 or 7060927. OLE color: 7060927.

HSL color Cylindrical-coordinate representation of color #BFBD6B: hue angle of 58.57º degrees, saturation: 0.4, 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 #BFBD6B is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 189 107 -
CMYK 0 0.01 0.44 0.25
HSL 58.57º 0.4% 0.58% -
HSV(B) 58.57º 0.44% 0.75% -
XYZ 42.34 48.53 21.05 -
YUV 180.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 191 189 107 0 0.01 0.44 0.25 58.57 0.4 0.58
Hex BF BD 6B 0 1 2C 19 3B 28 3A
Octal 277 275 153 0 1 54 31 73 50 72
Binary 10111111 10111101 1101011 0 1 101100 11001 111011 101000 111010

Color Harmonies of #BFBD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD6B

Black with #BFBD6B

Text Example


Text Example

White with #BFBD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD6B; }

 p { color: rgb(191,189,107); }

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

background-color css

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

 a { background-color: rgb(191,189,107); }

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

border-color css

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

 span { border-color: rgb(191,189,107); }

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