Html Css Color HEX #BDB369 Dark Khaki

📋 copy color: '#BDB369'

red 189 ◦ green 179 ◦ blue 105

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

Shades of Dark Khaki #BDB369

Tints of Dark Khaki #BDB369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 39.96%
G = 37.84%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB369 (or 0xBDB369) is known color: Dark Khaki. HEX triplet: BD, B3 and 69. RGB value is (189,179,105). Sum of RGB (Red+Green+Blue) = 189+179+105=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB369 is #424C96. Grayscale: #ADADAD. Windows color (decimal): -4344983 or 6927293. OLE color: 6927293.

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

Color convert

RGB 189 179 105 -
CMYK 0 0.05 0.44 0.26
HSL 52.86º 0.39% 0.58% -
HSV(B) 52.86º 0.44% 0.74% -
XYZ 39.66 44.08 19.78 -
YUV 173.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 189 179 105 0 0.05 0.44 0.26 52.86 0.39 0.58
Hex BD B3 69 0 5 2C 1A 35 27 3A
Octal 275 263 151 0 5 54 32 65 47 72
Binary 10111101 10110011 1101001 0 101 101100 11010 110101 100111 111010

Color Harmonies of #BDB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB369

Black with #BDB369

Text Example


Text Example

White with #BDB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB369; }

 p { color: rgb(189,179,105); }

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

background-color css

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

 a { background-color: rgb(189,179,105); }

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

border-color css

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

 span { border-color: rgb(189,179,105); }

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