Html Css Color HEX #BDB77A Dark Khaki

📋 copy color: '#BDB77A'

red 189 ◦ green 183 ◦ blue 122

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

Shades of Dark Khaki #BDB77A

Tints of Dark Khaki #BDB77A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.04%

 BLUE value IS 122 (48.05% from 255) = 24.7%

R = 38.26%
G = 37.04%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB77A (or 0xBDB77A) is known color: Dark Khaki. HEX triplet: BD, B7 and 7A. RGB value is (189,183,122). Sum of RGB (Red+Green+Blue) = 189+183+122=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB77A is #424885. Grayscale: #B2B2B2. Windows color (decimal): -4343942 or 8042429. OLE color: 8042429.

HSL color Cylindrical-coordinate representation of color #BDB77A: hue angle of 54.63º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB77A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 122 -
CMYK 0 0.03 0.35 0.26
HSL 54.63º 0.34% 0.61% -
HSV(B) 54.63º 0.35% 0.74% -
XYZ 41.43 46.09 25.13 -
YUV 177.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 189 183 122 0 0.03 0.35 0.26 54.63 0.34 0.61
Hex BD B7 7A 0 3 23 1A 37 22 3D
Octal 275 267 172 0 3 43 32 67 42 75
Binary 10111101 10110111 1111010 0 11 100011 11010 110111 100010 111101

Color Harmonies of #BDB77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB77A

Black with #BDB77A

Text Example


Text Example

White with #BDB77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB77A; }

 p { color: rgb(189,183,122); }

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

background-color css

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

 a { background-color: rgb(189,183,122); }

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

border-color css

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

 span { border-color: rgb(189,183,122); }

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