Html Css Color HEX #BFBD67 Dark Khaki

📋 copy color: '#BFBD67'

red 191 ◦ green 189 ◦ blue 103

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

Shades of Dark Khaki #BFBD67

Tints of Dark Khaki #BFBD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.33%

R = 39.54%
G = 39.13%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFBD67 (or 0xBFBD67) is known color: Dark Khaki. HEX triplet: BF, BD and 67. RGB value is (191,189,103). Sum of RGB (Red+Green+Blue) = 191+189+103=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD67 is #404298. Grayscale: #B4B4B4. Windows color (decimal): -4211353 or 6798783. OLE color: 6798783.

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

Color convert

RGB 191 189 103 -
CMYK 0 0.01 0.46 0.25
HSL 58.64º 0.41% 0.58% -
HSV(B) 58.64º 0.46% 0.75% -
XYZ 42.13 48.45 19.96 -
YUV 179.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 191 189 103 0 0.01 0.46 0.25 58.64 0.41 0.58
Hex BF BD 67 0 1 2E 19 3B 29 3A
Octal 277 275 147 0 1 56 31 73 51 72
Binary 10111111 10111101 1100111 0 1 101110 11001 111011 101001 111010

Color Harmonies of #BFBD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD67

Black with #BFBD67

Text Example


Text Example

White with #BFBD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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