Html Css Color HEX #BDB768 Dark Khaki

📋 copy color: '#BDB768'

red 189 ◦ green 183 ◦ blue 104

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

Shades of Dark Khaki #BDB768

Tints of Dark Khaki #BDB768

RGB

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

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

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

R = 39.71%
G = 38.45%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDB768 (or 0xBDB768) is known color: Dark Khaki. HEX triplet: BD, B7 and 68. RGB value is (189,183,104). Sum of RGB (Red+Green+Blue) = 189+183+104=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB768 is #424897. Grayscale: #B0B0B0. Windows color (decimal): -4343960 or 6862781. OLE color: 6862781.

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

Color convert

RGB 189 183 104 -
CMYK 0 0.03 0.45 0.26
HSL 55.76º 0.39% 0.57% -
HSV(B) 55.76º 0.45% 0.74% -
XYZ 40.42 45.69 19.78 -
YUV 175.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 189 183 104 0 0.03 0.45 0.26 55.76 0.39 0.57
Hex BD B7 68 0 3 2D 1A 38 27 39
Octal 275 267 150 0 3 55 32 70 47 71
Binary 10111101 10110111 1101000 0 11 101101 11010 111000 100111 111001

Color Harmonies of #BDB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB768

Black with #BDB768

Text Example


Text Example

White with #BDB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB768; }

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

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

background-color css

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

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

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

border-color css

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

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

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