Html Css Color HEX #BDB678 Dark Khaki

📋 copy color: '#BDB678'

red 189 ◦ green 182 ◦ blue 120

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

Shades of Dark Khaki #BDB678

Tints of Dark Khaki #BDB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.07%

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 38.49%
G = 37.07%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB678 (or 0xBDB678) is known color: Dark Khaki. HEX triplet: BD, B6 and 78. RGB value is (189,182,120). Sum of RGB (Red+Green+Blue) = 189+182+120=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB678 is #424987. Grayscale: #B1B1B1. Windows color (decimal): -4344200 or 7911101. OLE color: 7911101.

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

Color convert

RGB 189 182 120 -
CMYK 0 0.04 0.37 0.26
HSL 53.91º 0.34% 0.61% -
HSV(B) 53.91º 0.37% 0.74% -
XYZ 41.1 45.63 24.41 -
YUV 177.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 189 182 120 0 0.04 0.37 0.26 53.91 0.34 0.61
Hex BD B6 78 0 4 25 1A 36 22 3D
Octal 275 266 170 0 4 45 32 66 42 75
Binary 10111101 10110110 1111000 0 100 100101 11010 110110 100010 111101

Color Harmonies of #BDB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB678

Black with #BDB678

Text Example


Text Example

White with #BDB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB678; }

 p { color: rgb(189,182,120); }

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

background-color css

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

 a { background-color: rgb(189,182,120); }

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

border-color css

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

 span { border-color: rgb(189,182,120); }

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