Html Css Color HEX #BCB463 Dark Khaki

📋 copy color: '#BCB463'

red 188 ◦ green 180 ◦ blue 99

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

Shades of Dark Khaki #BCB463

Tints of Dark Khaki #BCB463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.2%

R = 40.26%
G = 38.54%
B = 21.2%

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

#BCB463 (or 0xBCB463) is known color: Dark Khaki. HEX triplet: BC, B4 and 63. RGB value is (188,180,99). Sum of RGB (Red+Green+Blue) = 188+180+99=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB463 is #434B9C. Grayscale: #ADADAD. Windows color (decimal): -4410269 or 6534332. OLE color: 6534332.

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

Color convert

RGB 188 180 99 -
CMYK 0 0.04 0.47 0.26
HSL 54.61º 0.4% 0.56% -
HSV(B) 54.61º 0.47% 0.74% -
XYZ 39.31 44.23 18.27 -
YUV 173.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 188 180 99 0 0.04 0.47 0.26 54.61 0.4 0.56
Hex BC B4 63 0 4 2F 1A 37 28 38
Octal 274 264 143 0 4 57 32 67 50 70
Binary 10111100 10110100 1100011 0 100 101111 11010 110111 101000 111000

Color Harmonies of #BCB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB463

Black with #BCB463

Text Example


Text Example

White with #BCB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB463; }

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

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

background-color css

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

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

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

border-color css

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

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

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