Html Css Color HEX #BDB16A Dark Khaki

📋 copy color: '#BDB16A'

red 189 ◦ green 177 ◦ blue 106

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

Shades of Dark Khaki #BDB16A

Tints of Dark Khaki #BDB16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 40.04%
G = 37.5%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB16A (or 0xBDB16A) is known color: Dark Khaki. HEX triplet: BD, B1 and 6A. RGB value is (189,177,106). Sum of RGB (Red+Green+Blue) = 189+177+106=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB16A is #424E95. Grayscale: #ACACAC. Windows color (decimal): -4345494 or 6992317. OLE color: 6992317.

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

Color convert

RGB 189 177 106 -
CMYK 0 0.06 0.44 0.26
HSL 51.33º 0.39% 0.58% -
HSV(B) 51.33º 0.44% 0.74% -
XYZ 39.31 43.3 19.92 -
YUV 172.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 189 177 106 0 0.06 0.44 0.26 51.33 0.39 0.58
Hex BD B1 6A 0 6 2C 1A 33 27 3A
Octal 275 261 152 0 6 54 32 63 47 72
Binary 10111101 10110001 1101010 0 110 101100 11010 110011 100111 111010

Color Harmonies of #BDB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB16A

Black with #BDB16A

Text Example


Text Example

White with #BDB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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