Html Css Color HEX #BDB473 Dark Khaki

📋 copy color: '#BDB473'

red 189 ◦ green 180 ◦ blue 115

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

Shades of Dark Khaki #BDB473

Tints of Dark Khaki #BDB473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 39.05%
G = 37.19%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDB473 (or 0xBDB473) is known color: Dark Khaki. HEX triplet: BD, B4 and 73. RGB value is (189,180,115). Sum of RGB (Red+Green+Blue) = 189+180+115=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB473 is #424B8C. Grayscale: #AFAFAF. Windows color (decimal): -4344717 or 7582909. OLE color: 7582909.

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

Color convert

RGB 189 180 115 -
CMYK 0 0.05 0.39 0.26
HSL 52.7º 0.36% 0.6% -
HSV(B) 52.7º 0.39% 0.74% -
XYZ 40.4 44.7 22.72 -
YUV 175.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 189 180 115 0 0.05 0.39 0.26 52.7 0.36 0.6
Hex BD B4 73 0 5 27 1A 35 24 3C
Octal 275 264 163 0 5 47 32 65 44 74
Binary 10111101 10110100 1110011 0 101 100111 11010 110101 100100 111100

Color Harmonies of #BDB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB473

Black with #BDB473

Text Example


Text Example

White with #BDB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB473; }

 p { color: rgb(189,180,115); }

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

background-color css

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

 a { background-color: rgb(189,180,115); }

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

border-color css

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

 span { border-color: rgb(189,180,115); }

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