Html Css Color HEX #BDB769 Dark Khaki

📋 copy color: '#BDB769'

red 189 ◦ green 183 ◦ blue 105

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

Shades of Dark Khaki #BDB769

Tints of Dark Khaki #BDB769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.01%

R = 39.62%
G = 38.36%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB769 (or 0xBDB769) is known color: Dark Khaki. HEX triplet: BD, B7 and 69. RGB value is (189,183,105). Sum of RGB (Red+Green+Blue) = 189+183+105=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB769 is #424896. Grayscale: #B0B0B0. Windows color (decimal): -4343959 or 6928317. OLE color: 6928317.

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

Color convert

RGB 189 183 105 -
CMYK 0 0.03 0.44 0.26
HSL 55.71º 0.39% 0.58% -
HSV(B) 55.71º 0.44% 0.74% -
XYZ 40.47 45.71 20.05 -
YUV 175.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 189 183 105 0 0.03 0.44 0.26 55.71 0.39 0.58
Hex BD B7 69 0 3 2C 1A 38 27 3A
Octal 275 267 151 0 3 54 32 70 47 72
Binary 10111101 10110111 1101001 0 11 101100 11010 111000 100111 111010

Color Harmonies of #BDB769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB769

Black with #BDB769

Text Example


Text Example

White with #BDB769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB769; }

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

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

background-color css

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

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

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

border-color css

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

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

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