Html Css Color HEX #BDB16B Dark Khaki

📋 copy color: '#BDB16B'

red 189 ◦ green 177 ◦ blue 107

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

Shades of Dark Khaki #BDB16B

Tints of Dark Khaki #BDB16B

RGB

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

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

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

R = 39.96%
G = 37.42%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDB16B (or 0xBDB16B) is known color: Dark Khaki. HEX triplet: BD, B1 and 6B. RGB value is (189,177,107). Sum of RGB (Red+Green+Blue) = 189+177+107=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB16B is #424E94. Grayscale: #ACACAC. Windows color (decimal): -4345493 or 7057853. OLE color: 7057853.

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

Color convert

RGB 189 177 107 -
CMYK 0 0.06 0.43 0.26
HSL 51.22º 0.38% 0.58% -
HSV(B) 51.22º 0.43% 0.74% -
XYZ 39.36 43.32 20.2 -
YUV 172.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 189 177 107 0 0.06 0.43 0.26 51.22 0.38 0.58
Hex BD B1 6B 0 6 2B 1A 33 26 3A
Octal 275 261 153 0 6 53 32 63 46 72
Binary 10111101 10110001 1101011 0 110 101011 11010 110011 100110 111010

Color Harmonies of #BDB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB16B

Black with #BDB16B

Text Example


Text Example

White with #BDB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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