Html Css Color HEX #BCB464 Dark Khaki

📋 copy color: '#BCB464'

red 188 ◦ green 180 ◦ blue 100

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

Shades of Dark Khaki #BCB464

Tints of Dark Khaki #BCB464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.46%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 40.17%
G = 38.46%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCB464 (or 0xBCB464) is known color: Dark Khaki. HEX triplet: BC, B4 and 64. RGB value is (188,180,100). Sum of RGB (Red+Green+Blue) = 188+180+100=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB464 is #434B9B. Grayscale: #ADADAD. Windows color (decimal): -4410268 or 6599868. OLE color: 6599868.

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

Color convert

RGB 188 180 100 -
CMYK 0 0.04 0.47 0.26
HSL 54.55º 0.4% 0.56% -
HSV(B) 54.55º 0.47% 0.74% -
XYZ 39.36 44.25 18.52 -
YUV 173.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 188 180 100 0 0.04 0.47 0.26 54.55 0.4 0.56
Hex BC B4 64 0 4 2F 1A 37 28 38
Octal 274 264 144 0 4 57 32 67 50 70
Binary 10111100 10110100 1100100 0 100 101111 11010 110111 101000 111000

Color Harmonies of #BCB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB464

Black with #BCB464

Text Example


Text Example

White with #BCB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB464; }

 p { color: rgb(188,180,100); }

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

background-color css

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

 a { background-color: rgb(188,180,100); }

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

border-color css

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

 span { border-color: rgb(188,180,100); }

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