Html Css Color HEX #BDB86A Dark Khaki

📋 copy color: '#BDB86A'

red 189 ◦ green 184 ◦ blue 106

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

Shades of Dark Khaki #BDB86A

Tints of Dark Khaki #BDB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

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

R = 39.46%
G = 38.41%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB86A (or 0xBDB86A) is known color: Dark Khaki. HEX triplet: BD, B8 and 6A. RGB value is (189,184,106). Sum of RGB (Red+Green+Blue) = 189+184+106=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB86A is #424795. Grayscale: #B0B0B0. Windows color (decimal): -4343702 or 6994109. OLE color: 6994109.

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

Color convert

RGB 189 184 106 -
CMYK 0 0.03 0.44 0.26
HSL 56.39º 0.39% 0.58% -
HSV(B) 56.39º 0.44% 0.74% -
XYZ 40.73 46.14 20.4 -
YUV 176.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 189 184 106 0 0.03 0.44 0.26 56.39 0.39 0.58
Hex BD B8 6A 0 3 2C 1A 38 27 3A
Octal 275 270 152 0 3 54 32 70 47 72
Binary 10111101 10111000 1101010 0 11 101100 11010 111000 100111 111010

Color Harmonies of #BDB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB86A

Black with #BDB86A

Text Example


Text Example

White with #BDB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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