Html Css Color HEX #BDB765 Dark Khaki

📋 copy color: '#BDB765'

red 189 ◦ green 183 ◦ blue 101

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

Shades of Dark Khaki #BDB765

Tints of Dark Khaki #BDB765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 39.96%
G = 38.69%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDB765 (or 0xBDB765) is known color: Dark Khaki. HEX triplet: BD, B7 and 65. RGB value is (189,183,101). Sum of RGB (Red+Green+Blue) = 189+183+101=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB765 is #42489A. Grayscale: #AFAFAF. Windows color (decimal): -4343963 or 6666173. OLE color: 6666173.

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

Color convert

RGB 189 183 101 -
CMYK 0 0.03 0.47 0.26
HSL 55.91º 0.4% 0.57% -
HSV(B) 55.91º 0.47% 0.74% -
XYZ 40.27 45.63 19 -
YUV 175.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 189 183 101 0 0.03 0.47 0.26 55.91 0.4 0.57
Hex BD B7 65 0 3 2F 1A 38 28 39
Octal 275 267 145 0 3 57 32 70 50 71
Binary 10111101 10110111 1100101 0 11 101111 11010 111000 101000 111001

Color Harmonies of #BDB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB765

Black with #BDB765

Text Example


Text Example

White with #BDB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB765; }

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

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

background-color css

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

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

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

border-color css

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

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

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