Html Css Color HEX #BDB862 Dark Khaki

📋 copy color: '#BDB862'

red 189 ◦ green 184 ◦ blue 98

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

Shades of Dark Khaki #BDB862

Tints of Dark Khaki #BDB862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.07%

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

R = 40.13%
G = 39.07%
B = 20.81%

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

#BDB862 (or 0xBDB862) is known color: Dark Khaki. HEX triplet: BD, B8 and 62. RGB value is (189,184,98). Sum of RGB (Red+Green+Blue) = 189+184+98=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB862 is #42479D. Grayscale: #B0B0B0. Windows color (decimal): -4343710 or 6469821. OLE color: 6469821.

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

Color convert

RGB 189 184 98 -
CMYK 0 0.03 0.48 0.26
HSL 56.7º 0.41% 0.56% -
HSV(B) 56.7º 0.48% 0.74% -
XYZ 40.33 45.98 18.3 -
YUV 175.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 189 184 98 0 0.03 0.48 0.26 56.7 0.41 0.56
Hex BD B8 62 0 3 30 1A 39 29 38
Octal 275 270 142 0 3 60 32 71 51 70
Binary 10111101 10111000 1100010 0 11 110000 11010 111001 101001 111000

Color Harmonies of #BDB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB862

Black with #BDB862

Text Example


Text Example

White with #BDB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB862; }

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

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

background-color css

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

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

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

border-color css

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

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

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