Html Css Color HEX #BFB36B Dark Khaki

📋 copy color: '#BFB36B'

red 191 ◦ green 179 ◦ blue 107

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

Shades of Dark Khaki #BFB36B

Tints of Dark Khaki #BFB36B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.53%

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

R = 40.04%
G = 37.53%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFB36B (or 0xBFB36B) is known color: Dark Khaki. HEX triplet: BF, B3 and 6B. RGB value is (191,179,107). Sum of RGB (Red+Green+Blue) = 191+179+107=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB36B is #404C94. Grayscale: #AEAEAE. Windows color (decimal): -4213909 or 7058367. OLE color: 7058367.

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

Color convert

RGB 191 179 107 -
CMYK 0 0.06 0.44 0.25
HSL 51.43º 0.4% 0.58% -
HSV(B) 51.43º 0.44% 0.75% -
XYZ 40.26 44.38 20.35 -
YUV 174.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 191 179 107 0 0.06 0.44 0.25 51.43 0.4 0.58
Hex BF B3 6B 0 6 2C 19 33 28 3A
Octal 277 263 153 0 6 54 31 63 50 72
Binary 10111111 10110011 1101011 0 110 101100 11001 110011 101000 111010

Color Harmonies of #BFB36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB36B

Black with #BFB36B

Text Example


Text Example

White with #BFB36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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