Html Css Color HEX #BDB073 Dark Khaki

📋 copy color: '#BDB073'

red 189 ◦ green 176 ◦ blue 115

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

Shades of Dark Khaki #BDB073

Tints of Dark Khaki #BDB073

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

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

R = 39.38%
G = 36.67%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDB073 (or 0xBDB073) is known color: Dark Khaki. HEX triplet: BD, B0 and 73. RGB value is (189,176,115). Sum of RGB (Red+Green+Blue) = 189+176+115=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB073 is #424F8C. Grayscale: #ADADAD. Windows color (decimal): -4345741 or 7581885. OLE color: 7581885.

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

Color convert

RGB 189 176 115 -
CMYK 0 0.07 0.39 0.26
HSL 49.46º 0.36% 0.6% -
HSV(B) 49.46º 0.39% 0.74% -
XYZ 39.61 43.11 22.45 -
YUV 172.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 189 176 115 0 0.07 0.39 0.26 49.46 0.36 0.6
Hex BD B0 73 0 7 27 1A 31 24 3C
Octal 275 260 163 0 7 47 32 61 44 74
Binary 10111101 10110000 1110011 0 111 100111 11010 110001 100100 111100

Color Harmonies of #BDB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB073

Black with #BDB073

Text Example


Text Example

White with #BDB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB073; }

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

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

background-color css

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

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

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

border-color css

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

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

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