Html Css Color HEX #BDB16F Dark Khaki

📋 copy color: '#BDB16F'

red 189 ◦ green 177 ◦ blue 111

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

Shades of Dark Khaki #BDB16F

Tints of Dark Khaki #BDB16F

RGB

 RED value IS 189 (74.22% from 255) = 39.62%

 GREEN value IS 177 (69.53% from 255) = 37.11%

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 39.62%
G = 37.11%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDB16F (or 0xBDB16F) is known color: Dark Khaki. HEX triplet: BD, B1 and 6F. RGB value is (189,177,111). Sum of RGB (Red+Green+Blue) = 189+177+111=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB16F is #424E90. Grayscale: #ADADAD. Windows color (decimal): -4345489 or 7319997. OLE color: 7319997.

HSL color Cylindrical-coordinate representation of color #BDB16F: hue angle of 50.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDB16F is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 111 -
CMYK 0 0.06 0.41 0.26
HSL 50.77º 0.37% 0.59% -
HSV(B) 50.77º 0.41% 0.74% -
XYZ 39.58 43.41 21.33 -
YUV 173.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 189 177 111 0 0.06 0.41 0.26 50.77 0.37 0.59
Hex BD B1 6F 0 6 29 1A 33 25 3B
Octal 275 261 157 0 6 51 32 63 45 73
Binary 10111101 10110001 1101111 0 110 101001 11010 110011 100101 111011

Color Harmonies of #BDB16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB16F

Black with #BDB16F

Text Example


Text Example

White with #BDB16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB16F; }

 p { color: rgb(189,177,111); }

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

background-color css

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

 a { background-color: rgb(189,177,111); }

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

border-color css

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

 span { border-color: rgb(189,177,111); }

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