Html Css Color HEX #BCB465 Dark Khaki

📋 copy color: '#BCB465'

red 188 ◦ green 180 ◦ blue 101

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

Shades of Dark Khaki #BCB465

Tints of Dark Khaki #BCB465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 40.09%
G = 38.38%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCB465 (or 0xBCB465) is known color: Dark Khaki. HEX triplet: BC, B4 and 65. RGB value is (188,180,101). Sum of RGB (Red+Green+Blue) = 188+180+101=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB465 is #434B9A. Grayscale: #ADADAD. Windows color (decimal): -4410267 or 6665404. OLE color: 6665404.

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

Color convert

RGB 188 180 101 -
CMYK 0 0.04 0.46 0.26
HSL 54.48º 0.39% 0.57% -
HSV(B) 54.48º 0.46% 0.74% -
XYZ 39.41 44.27 18.78 -
YUV 173.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 188 180 101 0 0.04 0.46 0.26 54.48 0.39 0.57
Hex BC B4 65 0 4 2E 1A 36 27 39
Octal 274 264 145 0 4 56 32 66 47 71
Binary 10111100 10110100 1100101 0 100 101110 11010 110110 100111 111001

Color Harmonies of #BCB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB465

Black with #BCB465

Text Example


Text Example

White with #BCB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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