Html Css Color HEX #BDBA74 Dark Khaki

📋 copy color: '#BDBA74'

red 189 ◦ green 186 ◦ blue 116

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

Shades of Dark Khaki #BDBA74

Tints of Dark Khaki #BDBA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

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

R = 38.49%
G = 37.88%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDBA74 (or 0xBDBA74) is known color: Dark Khaki. HEX triplet: BD, BA and 74. RGB value is (189,186,116). Sum of RGB (Red+Green+Blue) = 189+186+116=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA74 is #42458B. Grayscale: #B3B3B3. Windows color (decimal): -4343180 or 7649981. OLE color: 7649981.

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

Color convert

RGB 189 186 116 -
CMYK 0 0.02 0.39 0.26
HSL 57.53º 0.36% 0.6% -
HSV(B) 57.53º 0.39% 0.74% -
XYZ 41.7 47.2 23.44 -
YUV 178.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 189 186 116 0 0.02 0.39 0.26 57.53 0.36 0.6
Hex BD BA 74 0 2 27 1A 3A 24 3C
Octal 275 272 164 0 2 47 32 72 44 74
Binary 10111101 10111010 1110100 0 10 100111 11010 111010 100100 111100

Color Harmonies of #BDBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA74

Black with #BDBA74

Text Example


Text Example

White with #BDBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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