Html Css Color HEX #BFBC67 Dark Khaki

📋 copy color: '#BFBC67'

red 191 ◦ green 188 ◦ blue 103

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

Shades of Dark Khaki #BFBC67

Tints of Dark Khaki #BFBC67

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

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

R = 39.63%
G = 39%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFBC67 (or 0xBFBC67) is known color: Dark Khaki. HEX triplet: BF, BC and 67. RGB value is (191,188,103). Sum of RGB (Red+Green+Blue) = 191+188+103=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC67 is #404398. Grayscale: #B3B3B3. Windows color (decimal): -4211609 or 6798527. OLE color: 6798527.

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

Color convert

RGB 191 188 103 -
CMYK 0 0.02 0.46 0.25
HSL 57.95º 0.41% 0.58% -
HSV(B) 57.95º 0.46% 0.75% -
XYZ 41.92 48.02 19.89 -
YUV 179.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 191 188 103 0 0.02 0.46 0.25 57.95 0.41 0.58
Hex BF BC 67 0 2 2E 19 3A 29 3A
Octal 277 274 147 0 2 56 31 72 51 72
Binary 10111111 10111100 1100111 0 10 101110 11001 111010 101001 111010

Color Harmonies of #BFBC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC67

Black with #BFBC67

Text Example


Text Example

White with #BFBC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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