Html Css Color HEX #BDB269 Dark Khaki

📋 copy color: '#BDB269'

red 189 ◦ green 178 ◦ blue 105

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

Shades of Dark Khaki #BDB269

Tints of Dark Khaki #BDB269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.71%

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

R = 40.04%
G = 37.71%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB269 (or 0xBDB269) is known color: Dark Khaki. HEX triplet: BD, B2 and 69. RGB value is (189,178,105). Sum of RGB (Red+Green+Blue) = 189+178+105=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB269 is #424D96. Grayscale: #ADADAD. Windows color (decimal): -4345239 or 6927037. OLE color: 6927037.

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

Color convert

RGB 189 178 105 -
CMYK 0 0.06 0.44 0.26
HSL 52.14º 0.39% 0.58% -
HSV(B) 52.14º 0.44% 0.74% -
XYZ 39.46 43.68 19.72 -
YUV 172.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 189 178 105 0 0.06 0.44 0.26 52.14 0.39 0.58
Hex BD B2 69 0 6 2C 1A 34 27 3A
Octal 275 262 151 0 6 54 32 64 47 72
Binary 10111101 10110010 1101001 0 110 101100 11010 110100 100111 111010

Color Harmonies of #BDB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB269

Black with #BDB269

Text Example


Text Example

White with #BDB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB269; }

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

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

background-color css

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

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

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

border-color css

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

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

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