Html Css Color HEX #BDB767 Dark Khaki

📋 copy color: '#BDB767'

red 189 ◦ green 183 ◦ blue 103

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

Shades of Dark Khaki #BDB767

Tints of Dark Khaki #BDB767

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

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

R = 39.79%
G = 38.53%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDB767 (or 0xBDB767) is known color: Dark Khaki. HEX triplet: BD, B7 and 67. RGB value is (189,183,103). Sum of RGB (Red+Green+Blue) = 189+183+103=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB767 is #424898. Grayscale: #B0B0B0. Windows color (decimal): -4343961 or 6797245. OLE color: 6797245.

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

Color convert

RGB 189 183 103 -
CMYK 0 0.03 0.46 0.26
HSL 55.81º 0.39% 0.57% -
HSV(B) 55.81º 0.46% 0.74% -
XYZ 40.37 45.67 19.52 -
YUV 175.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 189 183 103 0 0.03 0.46 0.26 55.81 0.39 0.57
Hex BD B7 67 0 3 2E 1A 38 27 39
Octal 275 267 147 0 3 56 32 70 47 71
Binary 10111101 10110111 1100111 0 11 101110 11010 111000 100111 111001

Color Harmonies of #BDB767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB767

Black with #BDB767

Text Example


Text Example

White with #BDB767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB767; }

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

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

background-color css

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

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

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

border-color css

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

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

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