Html Css Color HEX #BFBA67 Dark Khaki

📋 copy color: '#BFBA67'

red 191 ◦ green 186 ◦ blue 103

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

Shades of Dark Khaki #BFBA67

Tints of Dark Khaki #BFBA67

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.75%

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

R = 39.79%
G = 38.75%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFBA67 (or 0xBFBA67) is known color: Dark Khaki. HEX triplet: BF, BA and 67. RGB value is (191,186,103). Sum of RGB (Red+Green+Blue) = 191+186+103=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA67 is #404598. Grayscale: #B2B2B2. Windows color (decimal): -4212121 or 6798015. OLE color: 6798015.

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

Color convert

RGB 191 186 103 -
CMYK 0 0.03 0.46 0.25
HSL 56.59º 0.41% 0.58% -
HSV(B) 56.59º 0.46% 0.75% -
XYZ 41.49 47.17 19.75 -
YUV 178.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 191 186 103 0 0.03 0.46 0.25 56.59 0.41 0.58
Hex BF BA 67 0 3 2E 19 39 29 3A
Octal 277 272 147 0 3 56 31 71 51 72
Binary 10111111 10111010 1100111 0 11 101110 11001 111001 101001 111010

Color Harmonies of #BFBA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA67

Black with #BFBA67

Text Example


Text Example

White with #BFBA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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