Html Css Color HEX #BDB474 Dark Khaki

📋 copy color: '#BDB474'

red 189 ◦ green 180 ◦ blue 116

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

Shades of Dark Khaki #BDB474

Tints of Dark Khaki #BDB474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 38.97%
G = 37.11%
B = 23.92%

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

#BDB474 (or 0xBDB474) is known color: Dark Khaki. HEX triplet: BD, B4 and 74. RGB value is (189,180,116). Sum of RGB (Red+Green+Blue) = 189+180+116=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB474 is #424B8B. Grayscale: #AFAFAF. Windows color (decimal): -4344716 or 7648445. OLE color: 7648445.

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

Color convert

RGB 189 180 116 -
CMYK 0 0.05 0.39 0.26
HSL 52.6º 0.36% 0.6% -
HSV(B) 52.6º 0.39% 0.74% -
XYZ 40.46 44.72 23.02 -
YUV 175.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 189 180 116 0 0.05 0.39 0.26 52.6 0.36 0.6
Hex BD B4 74 0 5 27 1A 35 24 3C
Octal 275 264 164 0 5 47 32 65 44 74
Binary 10111101 10110100 1110100 0 101 100111 11010 110101 100100 111100

Color Harmonies of #BDB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB474

Black with #BDB474

Text Example


Text Example

White with #BDB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB474; }

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

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

background-color css

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

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

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

border-color css

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

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

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