Html Css Color HEX #BDB668 Dark Khaki

📋 copy color: '#BDB668'

red 189 ◦ green 182 ◦ blue 104

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

Shades of Dark Khaki #BDB668

Tints of Dark Khaki #BDB668

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.32%

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 39.79%
G = 38.32%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDB668 (or 0xBDB668) is known color: Dark Khaki. HEX triplet: BD, B6 and 68. RGB value is (189,182,104). Sum of RGB (Red+Green+Blue) = 189+182+104=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB668 is #424997. Grayscale: #AFAFAF. Windows color (decimal): -4344216 or 6862525. OLE color: 6862525.

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

Color convert

RGB 189 182 104 -
CMYK 0 0.04 0.45 0.26
HSL 55.06º 0.39% 0.57% -
HSV(B) 55.06º 0.45% 0.74% -
XYZ 40.21 45.27 19.72 -
YUV 175.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 189 182 104 0 0.04 0.45 0.26 55.06 0.39 0.57
Hex BD B6 68 0 4 2D 1A 37 27 39
Octal 275 266 150 0 4 55 32 67 47 71
Binary 10111101 10110110 1101000 0 100 101101 11010 110111 100111 111001

Color Harmonies of #BDB668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB668

Black with #BDB668

Text Example


Text Example

White with #BDB668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB668; }

 p { color: rgb(189,182,104); }

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

background-color css

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

 a { background-color: rgb(189,182,104); }

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

border-color css

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

 span { border-color: rgb(189,182,104); }

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