Html Css Color HEX #BDB967 Dark Khaki

📋 copy color: '#BDB967'

red 189 ◦ green 185 ◦ blue 103

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

Shades of Dark Khaki #BDB967

Tints of Dark Khaki #BDB967

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

 BLUE value IS 103 (40.63% from 255) = 21.59%

R = 39.62%
G = 38.78%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDB967 (or 0xBDB967) is known color: Dark Khaki. HEX triplet: BD, B9 and 67. RGB value is (189,185,103). Sum of RGB (Red+Green+Blue) = 189+185+103=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB967 is #424698. Grayscale: #B1B1B1. Windows color (decimal): -4343449 or 6797757. OLE color: 6797757.

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

Color convert

RGB 189 185 103 -
CMYK 0 0.02 0.46 0.26
HSL 57.21º 0.39% 0.57% -
HSV(B) 57.21º 0.46% 0.74% -
XYZ 40.78 46.5 19.66 -
YUV 176.85 86.33 136.67 -
System Red Green Blue C M Y K H S L
Decimal 189 185 103 0 0.02 0.46 0.26 57.21 0.39 0.57
Hex BD B9 67 0 2 2E 1A 39 27 39
Octal 275 271 147 0 2 56 32 71 47 71
Binary 10111101 10111001 1100111 0 10 101110 11010 111001 100111 111001

Color Harmonies of #BDB967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB967

Black with #BDB967

Text Example


Text Example

White with #BDB967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB967; }

 p { color: rgb(189,185,103); }

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

background-color css

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

 a { background-color: rgb(189,185,103); }

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

border-color css

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

 span { border-color: rgb(189,185,103); }

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