Html Css Color HEX #BCBD6A Dark Khaki

📋 copy color: '#BCBD6A'

red 188 ◦ green 189 ◦ blue 106

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

Shades of Dark Khaki #BCBD6A

Tints of Dark Khaki #BCBD6A

RGB

 RED value IS 188 (73.83% from 255) = 38.92%

 GREEN value IS 189 (74.22% from 255) = 39.13%

 BLUE value IS 106 (41.8% from 255) = 21.95%

R = 38.92%
G = 39.13%
B = 21.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCBD6A (or 0xBCBD6A) is known color: Dark Khaki. HEX triplet: BC, BD and 6A. RGB value is (188,189,106). Sum of RGB (Red+Green+Blue) = 188+189+106=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD6A is #434295. Grayscale: #B3B3B3. Windows color (decimal): -4407958 or 6995388. OLE color: 6995388.

HSL color Cylindrical-coordinate representation of color #BCBD6A: hue angle of 60.72º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCBD6A is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 106 -
CMYK 0.01 0 0.44 0.26
HSL 60.72º 0.39% 0.58% -
HSV(B) 60.72º 0.44% 0.74% -
XYZ 41.54 48.13 20.74 -
YUV 179.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 188 189 106 0.01 0 0.44 0.26 60.72 0.39 0.58
Hex BC BD 6A 1 0 2C 1A 3D 27 3A
Octal 274 275 152 1 0 54 32 75 47 72
Binary 10111100 10111101 1101010 1 0 101100 11010 111101 100111 111010

Color Harmonies of #BCBD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD6A

Black with #BCBD6A

Text Example


Text Example

White with #BCBD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD6A; }

 p { color: rgb(188,189,106); }

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

background-color css

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

 a { background-color: rgb(188,189,106); }

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

border-color css

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

 span { border-color: rgb(188,189,106); }

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