Html Css Color HEX #BDB762 Dark Khaki

📋 copy color: '#BDB762'

red 189 ◦ green 183 ◦ blue 98

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

Shades of Dark Khaki #BDB762

Tints of Dark Khaki #BDB762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.85%

R = 40.21%
G = 38.94%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDB762 (or 0xBDB762) is known color: Dark Khaki. HEX triplet: BD, B7 and 62. RGB value is (189,183,98). Sum of RGB (Red+Green+Blue) = 189+183+98=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB762 is #42489D. Grayscale: #AFAFAF. Windows color (decimal): -4343966 or 6469565. OLE color: 6469565.

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

Color convert

RGB 189 183 98 -
CMYK 0 0.03 0.48 0.26
HSL 56.04º 0.41% 0.56% -
HSV(B) 56.04º 0.48% 0.74% -
XYZ 40.12 45.57 18.24 -
YUV 175.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 189 183 98 0 0.03 0.48 0.26 56.04 0.41 0.56
Hex BD B7 62 0 3 30 1A 38 29 38
Octal 275 267 142 0 3 60 32 70 51 70
Binary 10111101 10110111 1100010 0 11 110000 11010 111000 101001 111000

Color Harmonies of #BDB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB762

Black with #BDB762

Text Example


Text Example

White with #BDB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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