Html Css Color HEX #BFB66B Dark Khaki

📋 copy color: '#BFB66B'

red 191 ◦ green 182 ◦ blue 107

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

Shades of Dark Khaki #BFB66B

Tints of Dark Khaki #BFB66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.92%

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

R = 39.79%
G = 37.92%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFB66B (or 0xBFB66B) is known color: Dark Khaki. HEX triplet: BF, B6 and 6B. RGB value is (191,182,107). Sum of RGB (Red+Green+Blue) = 191+182+107=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB66B is #404994. Grayscale: #B0B0B0. Windows color (decimal): -4213141 or 7059135. OLE color: 7059135.

HSL color Cylindrical-coordinate representation of color #BFB66B: hue angle of 53.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 #BFB66B is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 107 -
CMYK 0 0.05 0.44 0.25
HSL 53.57º 0.4% 0.58% -
HSV(B) 53.57º 0.44% 0.75% -
XYZ 40.87 45.59 20.56 -
YUV 176.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 191 182 107 0 0.05 0.44 0.25 53.57 0.4 0.58
Hex BF B6 6B 0 5 2C 19 36 28 3A
Octal 277 266 153 0 5 54 31 66 50 72
Binary 10111111 10110110 1101011 0 101 101100 11001 110110 101000 111010

Color Harmonies of #BFB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB66B

Black with #BFB66B

Text Example


Text Example

White with #BFB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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